From 27de71bf2331fd9fb4564f08c86dcbde3cd21d91 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Wed, 21 Dec 2016 11:44:35 -0500 Subject: [PATCH] add requirements.txt example --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 +```