Updated Running Ciphey for Contributors (markdown)

Bee 2020-10-08 22:11:34 +01:00
parent 06f0075316
commit c13c302955
1 changed files with 2 additions and 0 deletions

@ -11,6 +11,8 @@ To run Ciphey with Poetry, in the root directory of Ciphey's repo run:
poetry run ciphey -t "hello"
```
**Note** if you are having dependency issues, run `poetry install`.
We use Poetry because it creates a virtual environment and installs the packages every time you run it. Essentially it's fake-Docker for Python. But it means that if it runs for you via Poetry, it has to run for everyone else too.
It also fixes dependency issues. Because it installs the required dependencies on run-time it will always have the right ones. No more conflicts!