Installation
Installing the Project
After the package is uploaded to PyPI you can install it with the following command:
pip install -i https://test.pypi.org/simple/ demo-patrikspiess
Option -i is only needed because the package has to be loaded from the test PyPI repository. For
official PyPI packages the -i option may be omitted.
Upgrading the Project
If the package is already installed you may use the option -U to do an upgrade.
Removing the Project
TBD