forked from github.com/pypiserver
Update Search Documentation
* Fixed endpoint for search example * Noted the lack of a `/simple` endpoint for search * Added `search` to the list of explicitly enumerated functionality in `Known Limitations`
This commit is contained in:
parent
ff06fbf5d5
commit
8a65456239
11
README.rst
11
README.rst
@ -60,8 +60,14 @@ For legacy python versions, use ``pypiserver-1.1.x`` series.
|
||||
|
||||
## Download and Install hosted packages.
|
||||
pip install --extra-index-url http://localhost:8080/simple/ ...
|
||||
|
||||
# or
|
||||
pip install --extra-index-url http://localhost:8080
|
||||
|
||||
## Search hosted packages
|
||||
pip search --index http://localhost:8080/simple/ ...
|
||||
pip search --index http://localhost:8080 ...
|
||||
|
||||
# Note that pip search does not currently work with the /simple endpoint
|
||||
|
||||
See also `Client-side configurations`_ for avoiding tedious typing.
|
||||
|
||||
@ -742,7 +748,8 @@ To receive any later changes, in the above folder use::
|
||||
Known Limitations
|
||||
=================
|
||||
*pypiserver* does not implement the full API as seen on PyPI_. It
|
||||
implements just enough to make ``easy_install`` and ``pip install`` to work.
|
||||
implements just enough to make ``easy_install``, ``pip install``, and
|
||||
``search`` work.
|
||||
|
||||
The following limitations are known:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user