pypi-run-directly-from-terminal

Setting up the application

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