1
0
mirror of https://github.com/pypiserver/pypiserver synced 2025-02-22 19:19:37 +01:00

mention that the documentation is for unix

fixes https://github.com/schmir/pypiserver/issues/41
This commit is contained in:
Ralf Schmitt 2014-01-05 01:32:34 +01:00
parent e77119f900
commit 6f0a2c133b

@ -33,6 +33,13 @@ Run the following commands to get your PyPI server up and running::
pypi-server -p 8080 ~/packages
pip install -i http://localhost:8080/simple/ ...
.. NOTE::
The above commands do work on an unix like operating system with a
posix shell. If you're using windows, you'll have to run their
'windows counterparts'. The same is true for the rest of this
documentation.
Alternative Installation as standalone script
=============================================
The git repository contains a 'pypi-server-standalone.py' script,