diff --git a/README.md b/README.md index d879dafbad3f43d699d4314fa6fb48346803ebb9..4914f1b67a1cf7587fb157ed3bef58fe60551281 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,12 @@ **Installation** ``` -sudo pip install git+https://github.com/russelljjarvis/ScienceAccess.git +git clone https://github.com/russelljjarvis/ScienceAccess.git +cd ScienceAccess +sudo bash install.sh ``` **Run** ``` -cd ScienceAccess streamlit run entry_point.py ```