Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 429 Bytes

DEVELOPING.md

File metadata and controls

26 lines (18 loc) · 429 Bytes

Developing

Setup

Install poetry into your development environment or use VSCode with the attached devcontainer configurations that have poetry pre-installed.

Usage

Execute the demo via a python console script:

poetry install
poetry shell
streamlit-demo-parameters

Or execute the demo via streamlit:

poetry install
poetry shell
streamlit run demo.py