What I cannot create, I do not understand. — Richard Feynman
git clone <url>
asdf install
pipenv install
pipenv shell
python <path>
pytest
Optional: Update the python.formatting.blackPath
property in the .vscode/settings.json
file. Run which black
within a Pipenv shell to get the project-specific black
path.
asdf install
pipenv install [-d] <name>[~=<version>]
pipenv shell
pipenv run
python <path>
pytest