diff --git a/README.md b/README.md index 25fd11f..09303a5 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,16 @@ pypihub ## Usage with pip +### Simple index ```bash +pip install --index-url http://localhost:8287/simple pip install --extra-index-url http://localhost:8287/simple ``` + +### Find links + +```bash +pip install --find-links http://localhost:8287/ +pip install --find-links http://localhost:8287/ project +pip install --find-links http://localhost:8287// project +```