mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
Merge pull request #364 from schmichael/goodbye-chishop
Switch from Chishop to pypiserver
This commit is contained in:
@@ -62,12 +62,14 @@ you can still install MyPackage using:
|
|||||||
|
|
||||||
$ pip install http://127.0.0.1:9000/MyPackage.tar.gz
|
$ pip install http://127.0.0.1:9000/MyPackage.tar.gz
|
||||||
|
|
||||||
Chishop
|
pypiserver
|
||||||
+++++++
|
++++++++++
|
||||||
|
|
||||||
|
`Pypiserver <https://pypi.python.org/pypi/pypiserver>`_ is a minimal PyPI compatible server.
|
||||||
|
It can be used to serve a set of packages to easy_install or pip. It includes helpful
|
||||||
|
features like an administrative command (``-U``) which will update all its packages to their
|
||||||
|
latest versions found on PyPI.
|
||||||
|
|
||||||
`Chishop <https://github.com/benliles/djangopypi>`_ is a simple PyPI server
|
|
||||||
written in django which allows you to register/upload with distutils and
|
|
||||||
install with easy_install/pip.
|
|
||||||
|
|
||||||
S3-Hosted PyPi
|
S3-Hosted PyPi
|
||||||
++++++++++++++
|
++++++++++++++
|
||||||
|
|||||||
Reference in New Issue
Block a user