diff --git a/README.md b/README.md index 208372a..e60342a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # stand +## Setup + +```bash +conda create -n stand +conda activate stand + +conda install cherrypy +conda install conda-forge::streamlit +conda install conda-forge::python-dotenv pyyaml simplejson # aggrid deps + +pip install streamlit-aggrid +``` + +