diff --git a/README.md b/README.md index 4ddc8f9..6f07840 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,10 @@ conda create -n stand conda activate stand conda install cherrypy -conda install conda-forge::streamlit=1.9.2 +conda install streamlit=1.9.2 altair=4 +conda install streamlit-aggrid conda install openpyxl # excel writing conda install pytables # hdf5 writing -conda install conda-forge::python-dotenv pyyaml simplejson # aggrid deps - -pip install streamlit-aggrid ``` ## Start the webapp