Install new env:
1. virtualenv <my-package>
2. source <my-package> /bin/activate

Install new package:
1. pip install <package name>

Upload Package:
1.Run from the terminal - python setup.py develop
2. Run from the terminal - python -m pip install --upgrade pip
3. Run from the terminal - python -m pip install --upgrade build
4. Run from the terminal - python -m build
5. Run from the terminal - python -m pip install --upgrade twine
6. Run from the terminal - twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
7. Set user and password