We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0657a commit 7dde401Copy full SHA for 7dde401
README.md
@@ -94,8 +94,11 @@ python -m quant_research_starter.cli compute-factors -d data_sample/sample_price
94
# run a backtest
95
python -m quant_research_starter.cli backtest -d data_sample/sample_prices.csv -s output/factors.csv -o output/backtest_results.json
96
97
-# optional: start the Streamlit dashboard
+# DISCLAIMER: OLD VERSION
98
+# optional: start the Streamlit dashboard, if on main stream
99
streamlit run src/quant_research_starter/dashboard/streamlit_app.py
100
+# NEW VERSION: if streamlit is in legacy folder
101
+streamlit run legacy/streamlit/streamlit_app.py
102
```
103
104
---
0 commit comments