docs: simplify install instructions and consolidate dependencies
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user