From c13c3029552ddec66238ee3310cea76ac65c7742 Mon Sep 17 00:00:00 2001 From: Bee <10378052+bee-san@users.noreply.github.com> Date: Thu, 8 Oct 2020 22:11:34 +0100 Subject: [PATCH] Updated Running Ciphey for Contributors (markdown) --- Running-Ciphey-for-Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Running-Ciphey-for-Contributors.md b/Running-Ciphey-for-Contributors.md index 5dc8819..70d389e 100644 --- a/Running-Ciphey-for-Contributors.md +++ b/Running-Ciphey-for-Contributors.md @@ -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!