From ddd1fa8c5113bd36e8f87986d35038f7a35841bc Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Wed, 17 Mar 2021 11:51:05 +0300 Subject: README: Add extra note on deps --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 67ae5af..6652a11 100644 --- a/README.md +++ b/README.md @@ -61,3 +61,15 @@ To spin up the server: ```bash env FLASK_DEBUG=1 FLASK_APP="main.py" flask run --port=8080 ``` + + +#### A note on dependencies + +Make sure that the dependencies in the `requirements.txt` file match those in +guix. To freeze dependencies: + +```bash +# The -l flag ensures you don't include +# python packages installed globally. +pip freeze -l > requirements.txt +``` -- cgit v1.2.3