Hello, Python!
pip install -U setuptools wheel
git clone https://github.com/xymy/hellopy.git
cd hellopy
python setup.py build bdist_wheel
cd dist
pip install hellopy-2.0-py3-none-any.whl
pip uninstall hellopy
Type hellopy
at your terminal, and Hello, Python!
will be printed.
$ hellopy
Hello, Python!