sync submodules
git submodule update --init --recursive
create virual environemnt and activate it
python3 -m venv .venv && source .venv/bin/activate
install python dependencies
pip install -r requirments.txt
You will need to provide .streamlit/secrets.toml. You can use provided example
cp .streamlit/secrets.toml.example .streamlit/secrets.toml
and fill out the ENV values.
.venv/bin/streamlit run anthropic-app.py