on windows powersheel (on correct directory):
python setup.py sdist bdist_wheel

on anaconda/ubuntu:
pip install "/mnt/d/UNIL/Python Programs/crispery/base-crispery/dist/crispery-1.4.4-py3-none-any.whl"

to run module (any directory):
python -m crispery g
python -m crispery n "/mnt/d/UNIL/Python Programs/crispery/CRISPRi_linux/inputs.txt"
python -m crispery n "D:/UNIL/Python Programs/crispery/CRISPRi_linux/inputs.txt"

To upload to PyPI:
twine upload dist/*
username: afombravo