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

Added not about readme

This commit is contained in:
Craig Davis 2016-02-17 15:26:16 -06:00
parent 8d7558dcc5
commit 74dab8d812

@ -48,6 +48,8 @@ From the client computer, type this::
## Download and Install hosted packages.
pip install --extra-index-url http://localhost:8080/simple/ ...
## Search hosted packages
pip search --index http://localhost:8080/simple/ ...
See also `Client-side configurations`_ for avoiding tedious typing.