- Install Pipenv:
curl https://raw.githubusercontent.com/mitsuhiko/pipsi/master/get-pipsi.py | pythonpipsi install pewpipsi install pipenv
cdinto repo folder.pipenv --threeorpipenv --python <your python3 flavor>- Choose between (may be mutually exclusive, depending on dependencies):
pipenv installfor using library (currently not necessary due to zero dependencies).pipenv install --devfor developing.
- Follow "Install instructions" and step 4.ii.
- In root of repo folder;
pipenv shell python -m pytest tests/ --hypothesis-show-statistics
Remember to commit any changes to Pipfile or Pipfile.lock to git.
pipenv install <pypi package or something>
pipenv install --dev <pypi package or something>