chubin / pyphoon

:waning_gibbous_moon: ASCII Art Phase of the Moon (Python version)
http://wttr.in/Moon
MIT License
1.3k stars 95 forks source link

Installation from PyPI doesn’t work #38

Open mcepl opened 3 years ago

mcepl commented 3 years ago

Are you the owner of https://pypi.org/project/pyphoon/ ?

stitny$ python3 -mpip install --user pyphoon
Collecting pyphoon
  Downloading pyphoon-0.1-py3-none-any.whl (30 kB)
Installing collected packages: pyphoon
Successfully installed pyphoon-0.1
stitny$ pyphooon
bash: pyphooon: command not found

I had to install from pip install git+https://github.com/chubin/pyphoon.git to get a working version.