From 2902aea5b46632d619b98ce5ca2e3ff5fd90c6cd Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Wed, 18 May 2022 21:39:45 +0200 Subject: [PATCH] added conda env creation --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 +``` + +