How do you install pyp?
I did:
$ pip install pyp
But it looks like pyp is not on PyPI. Maybe you guys should upload pyp to PyPI.
Comment #1
Posted on Oct 8, 2011 by Grumpy LionHi, We'll have to look into PyPI...in the meantime, you can go to the source tab, and use svn to anonymously check out pyp, or else go the download tab and click on the pyp link. If you've already downloaded the file, you should be good to go...it's a single script. Let us know if you have any more trouble!
Comment #2
Posted on Oct 11, 2011 by Helpful HorseWhen you get to packaging your project you can make a console script so that it can be invoked from the command-line.
see http://peak.telecommunity.com/DevCenter/setuptools#automatic-script-creation
Comment #3
Posted on Mar 19, 2012 by Happy Kangaroopip install pyp now it works as in issue 6
Comment #4
Posted on May 5, 2012 by Grumpy LionThe change for this is done now.
Status: Fixed
Labels:
Type-Defect
Priority-Medium