- Install the python version used for the project
pyenv install
- Create a virtual environment:
virtualenv -p $(pyenv which python) venv
- Install dependencies:
pip install -r requirements.txt
| Name | Name | Last commit date | ||
|---|---|---|---|---|
pyenv install
virtualenv -p $(pyenv which python) venv
pip install -r requirements.txt