From 31296e52af167ea0f4a23e409c40f14127b7789d Mon Sep 17 00:00:00 2001 From: Argenis Leon Date: Wed, 6 Nov 2019 21:40:37 -0600 Subject: [PATCH] Docs for Pip install from git repo --- README_for_devs.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README_for_devs.md b/README_for_devs.md index 3330ebcc..58b721f4 100644 --- a/README_for_devs.md +++ b/README_for_devs.md @@ -81,3 +81,7 @@ This will prompt your test.pypi.org credentials Now install from test.pypi.org `!pip install --index-url https://test.pypi.org/simple optimuspyspark` + +### Installing from github + +` pip3 install --upgrade --no-deps --force-reinstall git+https://github.com/ironmussa/Optimus.git@develop` \ No newline at end of file