Browse Source

better pip examples

Brett Langdon 9 years ago
parent
commit
ee9597e893
No known key found for this signature in database GPG Key ID: A2ECAB73CE12147F
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      README.md

+ 10
- 0
README.md View File

@ -63,6 +63,16 @@ pypihub
## Usage with pip
### Simple index
```bash
pip install --index-url http://localhost:8287/simple <project>
pip install --extra-index-url http://localhost:8287/simple <project>
```
### Find links
```bash
pip install --find-links http://localhost:8287/ <project>
pip install --find-links http://localhost:8287/<owner> project
pip install --find-links http://localhost:8287/<owner>/<project> project
```

Loading…
Cancel
Save