We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7955faa commit 13b2325Copy full SHA for 13b2325
CONTRIBUTING.md
@@ -9,7 +9,7 @@
9
## Setting up a Dev Environment
10
11
1. Make sure you have [Poetry](https://python-poetry.org/) installed and up to date.
12
-2. Make sure you have a supported Python version (e.g. 3.8) installed and accessible to Poetry (e.g. with [pyenv](https://github.com/pyenv/pyenv).
+2. Make sure you have a supported Python version (e.g. 3.8) installed and accessible to Poetry (e.g. with [pyenv](https://github.com/pyenv/pyenv)).
13
3. Use `poetry install` in the project directory to create a virtual environment with the relevant dependencies.
14
4. Enter a `poetry shell` to make running commands easier.
15
0 commit comments