pyLife WS @ Prague, 14-15th of December 2023
Install miniconda or anaconda on your computer. See the instructions on the pages how to do that.
To use all notebooks and apps, please clone the repo. As an alternative, you can download the *.zip file directly.
- Go to the working directory
- Open a cli prompt
- create a new conda env:
conda env create -p ./.env --file environment.yaml --force
- activate the env:
conda activate ./.env
- start the streamlit app
cd use_cases/damage_calc streamlit run streamlit_damage_calc.py