added conda env creation

This commit is contained in:
2022-05-18 21:39:45 +02:00
parent ddf5c7b53c
commit 2902aea5b4

View File

@ -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
```