- Install Pipenv:
curl https://raw.githubusercontent.com/mitsuhiko/pipsi/master/get-pipsi.py | python
pipsi install pew
pipsi install pipenv
cd
into repo folder.pipenv --three
orpipenv --python <your python3 flavor>
- Choose between (may be mutually exclusive, depending on dependencies):
pipenv install
for using library (currently not necessary due to zero dependencies).pipenv install --dev
for 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>