Browse Source

add requirements.txt example

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

+ 11
- 0
README.md View File

@ -76,3 +76,14 @@ 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
```
### requirements.txt
```
--find-links http://localhost:8287/
<project>
```
```bash
pip install -r requirements.txt
```

Loading…
Cancel
Save