Browse Source

Add dependencies docs

unifiedWindowUI
Luke Murphy 4 years ago
parent
commit
1c520b11bc
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 8
      README.md

8
README.md

@ -32,6 +32,14 @@ $ poetry install
$ poetry run dropship
```
### Updating dependencies
- Change the bounds/versions/etc. in the [pyproject.toml](./pyproject.toml)
- Run `poetry update`
- Commit and push your changes
The [poetry.lock](./poetry.lock) file helps us all get the same dependencies.
### Adding a Github Mirror
We use a Github mirror so we can have a [gratis automated release build](./.travis.yml).

Loading…
Cancel
Save