Skip to content

Commit

Permalink
Update readme instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
SinaKhalili committed Oct 8, 2024
1 parent c3bade9 commit 99f657c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 99f657c

Please sign in to comment.