File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,14 @@ you can still install MyPackage using:
62
62
63
63
$ pip install http://127.0.0.1:9000/MyPackage.tar.gz
64
64
65
- Chishop
66
- +++++++
65
+ pypiserver
66
+ ++++++++++
67
+
68
+ `Pypiserver <https://pypi.python.org/pypi/pypiserver >`_ is a minimal PyPI compatible server.
69
+ It can be used to serve a set of packages to easy_install or pip. It includes helpful
70
+ features like an administrative command (``-U ``) which will update all its packages to their
71
+ latest versions found on PyPI.
67
72
68
- `Chishop <https://github.com/benliles/djangopypi >`_ is a simple PyPI server
69
- written in django which allows you to register/upload with distutils and
70
- install with easy_install/pip.
71
73
72
74
S3-Hosted PyPi
73
75
++++++++++++++
You can’t perform that action at this time.
0 commit comments