Differences between revisions 1 and 19 (spanning 18 versions)
Revision 1 as of 2013-02-09 01:10:50
Size: 390
Editor: RichardJones
Comment:
Revision 19 as of 2017-08-11 17:49:12
Size: 128
Editor: rsyring
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Just learning the packaging ropes or trying some system integration out?

Why not use our new '''test''' PyPI server at https://testpypi.python.org/pypi

To upload packages to it:
{{{
   python setup.py upload -r https://testpypi.python.org/pypi
}}}
To install packages from it:
{{{
    pip install -i https://testpypi.python.org/pypi <package name>
}}}
Official documentation for TestPyPI is located at: https://packaging.python.org/guides/using-testpypi/

Test PyPI Server

Official documentation for TestPyPI is located at: https://packaging.python.org/guides/using-testpypi/

TestPyPI (last edited 2017-08-11 17:49:12 by rsyring)

Unable to edit the page? See the FrontPage for instructions.