Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 313 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 313 Bytes

Project setup

  1. Ensure tox is installed, version >= 3.24.4.
  2. Create a python3.7 venv by running the command virtualenv --python=/usr/local/opt/[email protected]/bin/python3.7 ./venv. Keep in mind that the path to py37 bin might difer.
  3. Activate the virtualenv by typing ./venv/bin/activate.
  4. Run tox.