Fix spelling

This commit is contained in:
midgard 2019-09-26 22:03:03 +02:00 committed by Midgard
parent dddf13454a
commit 43d8607ddc
Signed by: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -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