Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
macolo authored Aug 22, 2024
1 parent 742f249 commit ca9f946
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ Updating requirements

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

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)
2. Run `docker compose run --rm web pip-compile requirements.in >> requirements.txt`
3. `requirements.txt` should now have changed
4. Rebuild the container `docker compose build web` and restart `docker compose up -d`
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)
2. Run ``docker compose run --rm web pip-compile requirements.in >> requirements.txt``
3. ``requirements.txt`` should now have changed
4. Rebuild the container ``docker compose build web`` and restart ``docker compose up -d``

Features
########
Expand Down

0 comments on commit ca9f946

Please sign in to comment.