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 0b34212 commit ae866c6Copy full SHA for ae866c6
README.md
@@ -114,6 +114,11 @@ if __name__ == "__main__":
114
115
`poetry` is required during local setup.
116
117
+* Install minimal supported `Python` version using `pyenv` - `pyenv install 3.8`
118
+* Activate it for current project - `pyenv local 3.8`
119
+* Create virtual environment - `python -m venv .venv`. If `Python version is not minimal` then
120
+IDE suggestions will be incorrect and `pre-commit` hooks will not be working.
121
+
122
Run `poetry install --no-root` to setup local environment. `pre-commit install` is also advisable.
123
124
0 commit comments