python -m venv env
Set up the virtual environmentsource env/bin/activate
Activate the environmentpip install -r requirements.txt
Install dependenciesdeactivate
Deactivate environment when done developing
python -m build
twine upload dist/*
- Apply credentials