From ee9597e893260e3fe7bca2ee073804babe62f53f Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Wed, 21 Dec 2016 11:43:45 -0500 Subject: [PATCH] better pip examples --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 +```