pypi-run-directly-from-terminal Setting up the application Build your package python setup.py sdist bdist_wheel Upload on pypi using twine twine upload dist/* Install the package (you can run this in some other directory) pip3 install evil_insult==0.0.1 Run your application python3 -m evil_insult