update some wording

This commit is contained in:
mcbloch 2019-04-05 02:14:30 +02:00
parent 539e6ff2c4
commit 807807e0ac

View file

@ -45,8 +45,8 @@ Finally run the webserver with
### Adding dependencies/libraries
1. Add new dependency to the `requirements.in` file
2. Run `pip-compile` to add freeze the dependency in the `requirements.txt` file together with it's own deps
3. Run `pip-sync` to download the library
2. Run `pip-compile` to freeze the dependency into the `requirements.txt` file together with it's own deps
3. Run `pip-sync` to download frozen deps
### Updating dependencies
Run `pip-compile --upgrade`