Skip to content

Commit ae866c6

Browse files
committed
Add note about creating venv for local development
1 parent 0b34212 commit ae866c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ if __name__ == "__main__":
114114

115115
`poetry` is required during local setup.
116116

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+
117122
Run `poetry install --no-root` to setup local environment. `pre-commit install` is also advisable.
118123

119124

0 commit comments

Comments
 (0)