I use poetry to manage project virtual environment
To install it in your computer, run curl -sSL https://install.python-poetry.org | python3 -
For more inforamtion see Poetry official website
- install Poetry as specified above
- install dependencies by running
poetry install
- activate the virtual environment by running
poetry shell
- Finally run
pytest