Skip to content

Commit ca9f946

Browse files
authored
Update README.rst
1 parent 742f249 commit ca9f946

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ Updating requirements
7676

7777
The project uses a django best practise two step approach, freezing all dependencies with pip-tools. Here is how to update requirements:
7878

79-
1. Change `requirements.in` according to your needs. There is no need to pin the package versions here unless you have a good reason (i.e. known incompatibilities)
80-
2. Run `docker compose run --rm web pip-compile requirements.in >> requirements.txt`
81-
3. `requirements.txt` should now have changed
82-
4. Rebuild the container `docker compose build web` and restart `docker compose up -d`
79+
1. Change ``requirements.in`` according to your needs. There is no need to pin the package versions here unless you have a good reason (i.e. known incompatibilities)
80+
2. Run ``docker compose run --rm web pip-compile requirements.in >> requirements.txt``
81+
3. ``requirements.txt`` should now have changed
82+
4. Rebuild the container ``docker compose build web`` and restart ``docker compose up -d``
8383

8484
Features
8585
########

0 commit comments

Comments
 (0)