🔗 tutorial
The packaging tool is pipenv
and should be installed globally:
pip install --user pipenv
Create/open and close the virtual environment:
pipenv shell
exit
pipenv install pgzero
pgzrun introduction/intro.py
pipenv install mu-editor --dev
mu-editor
pipenv lock
Install dependencies in production:
pipenv install --ignore-pipfile
Other developers collaborating on the code:
pipenv install --dev