update some wording
This commit is contained in:
parent
539e6ff2c4
commit
807807e0ac
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ Finally run the webserver with
|
||||||
### Adding dependencies/libraries
|
### Adding dependencies/libraries
|
||||||
|
|
||||||
1. Add new dependency to the `requirements.in` file
|
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
|
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 the library
|
3. Run `pip-sync` to download frozen deps
|
||||||
|
|
||||||
### Updating dependencies
|
### Updating dependencies
|
||||||
Run `pip-compile --upgrade`
|
Run `pip-compile --upgrade`
|
||||||
|
|
Loading…
Reference in a new issue