Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 173 Bytes

File metadata and controls

11 lines (7 loc) · 173 Bytes

Setup local python env

pyenv shell 3.9.7

python -m venv venv
source venv/bin/activate

The requirements.txt is updated with newer versions for python 3.9.7.