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