diff --git a/README.md b/README.md index 09303a5..6aa3481 100644 --- a/README.md +++ b/README.md @@ -76,3 +76,14 @@ pip install --find-links http://localhost:8287/ pip install --find-links http://localhost:8287/ project pip install --find-links http://localhost:8287// project ``` + +### requirements.txt + +``` +--find-links http://localhost:8287/ + +``` + +```bash +pip install -r requirements.txt +```