diff --git a/README.md b/README.md index d190727..4130bbe 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ Quick Start: 2. Create new venv `python -m venv .venv` 3. Activate venv `.venv/bin/activate` 4. Install dependencies `pip install -r requirements.txt` -5. Run the frontend with `streamlit run src/main.py` -6. Run the backend with `uvicorn src.main:app --host 0.0.0.0 --port 8000` +5. In one terminal, run the backend with `uvicorn backend.app:app --host 0.0.0.0 --port 8000` (this might take a while to start up) +6. In another terminal, run the frontend with `streamlit run src/main.py` Current Metrics: 1. Largest perp positions