Start by forking the istSOS3 repository.
sudo apt-get install python3-venv
sudo pip3 install -U setuptools
python3 setup.py sdist
twine upload dist/*
python3 -m venv tutorial
source tutorial/bin/activate
pip install --upgrade pip
pip install dist/istsos-3.0.0b1.tar.gz
Exit from venv
deactivate