Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 292 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 292 Bytes

Handle Dose response curves!

Setting up a virtual environment

python3.9 -m venv venv
source venv/bin/activate
python -m pip install .

Running the app

streamlit run app.py

Checking that everything is developed to standards

pre-commit run --all-files