🔗 tutorial
The packaging tool is pipenv and should be installed globally:
pip install --user pipenvCreate/open and close the virtual environment:
pipenv shell
exitpipenv install pgzero
pgzrun introduction/intro.pypipenv install mu-editor --dev
mu-editorpipenv lockInstall dependencies in production:
pipenv install --ignore-pipfileOther developers collaborating on the code:
pipenv install --dev