You will need:
python^3.12(seepyproject.tomlfor full version)make
Сheck your python version (should be 3.12)
- Install uv
curl -LsSf https://astral.sh/uv/install.sh | shor
pip install uv- Choose uv python version 3.12
uv python pin 3.12- Download all dependencies
uv sync --no-dev- Run streamlit server
make serveor
uv run streamlit run ./src/main.py