Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbigz authored Oct 25, 2024
1 parent 0f79b63 commit 9f5c6d5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
Quick Start:
1. Copy .env.example to .env and set RPC_URL
2. Create new venv `python -m venv .venv`
3. Activate venv `.venv/bin/activate`
3. Activate venv `source .venv/bin/activate`
4. Install dependencies `pip install -r requirements.txt`
5. In one terminal, run the backend with `gunicorn backend.app:app -c gunicorn_config.py` (this might take a while to start up)
6. In another terminal, run the frontend with `streamlit run src/main.py`
5. `export RPC_URL= <YOUR_RPC_URL>`
6. In one terminal, run the backend with `gunicorn backend.app:app -c gunicorn_config.py` (this might take a while to start up)
7. In another terminal, run the frontend with `streamlit run src/main.py`

Current Metrics:
1. Largest perp positions
Expand Down

0 comments on commit 9f5c6d5

Please sign in to comment.