Fix spelling
This commit is contained in:
parent
dddf13454a
commit
43d8607ddc
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ 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 freeze the dependency into 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 its own deps
|
||||||
3. Run `pip-sync` to download frozen deps
|
3. Run `pip-sync` to download frozen deps
|
||||||
|
|
||||||
### Updating dependencies
|
### Updating dependencies
|
||||||
|
|
Loading…
Reference in a new issue