erinxocon / pyp

Automatically exported from code.google.com/p/pyp
0 stars 0 forks source link

How do you install pyp? #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by hekevint...@gmail.com on 8 Oct 2011 at 12:51

GoogleCodeExporter commented 8 years ago
Hi,
 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!

Original comment by tobyro...@gmail.com on 8 Oct 2011 at 8:48

GoogleCodeExporter commented 8 years ago
When 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

Original comment by hekevint...@gmail.com on 11 Oct 2011 at 12:40

GoogleCodeExporter commented 8 years ago
pip install pyp
now it works as in issue 6

Original comment by ibrka...@gmail.com on 19 Mar 2012 at 9:00

GoogleCodeExporter commented 8 years ago
The change for this is done now.

Original comment by tobyro...@gmail.com on 5 May 2012 at 6:41