You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+4-4
Original file line number
Diff line number
Diff line change
@@ -76,10 +76,10 @@ Updating requirements
76
76
77
77
The project uses a django best practise two step approach, freezing all dependencies with pip-tools. Here is how to update requirements:
78
78
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``
0 commit comments