chubin / pyphoon

:waning_gibbous_moon: ASCII Art Phase of the Moon (Python version)

Home Page:http://wttr.in/Moon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation from PyPI doesn’t work

mcepl opened this issue · comments

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.