docs: simplify install instructions and consolidate dependencies

This commit is contained in:
2026-07-08 06:28:15 -04:00
parent 1cbe08ad84
commit d790afbc7c
3 changed files with 9 additions and 15 deletions

View File

@@ -25,7 +25,7 @@ outputs with sensitivity-aware **Floor / Realistic / Stretch** analysis.
```bash
cd ctm-token-calculator
python -m venv .venv && source .venv/bin/activate
pip install -e ".[app,notebook,dev]"
pip install -e ".[dev]" # everything needed to serve, run, and export the notebooks
# Serve the notebooks as interactive web apps (Mercury)
mercury --working-dir notebooks/