# to register a new version at PyPi:
python3 setup.py sdist upload
# to install locally for testing (e.g. to venv)
pip3 install .
# to install from PyPi:
pip3 install vcfstoreclient
# to use as-is without installing
./vcfstoreclient/apiclient.py --help
