Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Setup and run
## Setup and run

## For MacOS/LinuxOS
`source env.sh`

`python -m venv venv`
Expand All @@ -9,4 +11,21 @@

`python -m pip install -r requirements.txt`

`$export ETH_RPC_URL=<your ETH_RPC_URL> before launching jupyter-lab`

`jupyter-lab`

## For Bash on WindowsOS
`source env.sh`

`python -m venv venv`

`source venv/Scripts/activate`

`python -m pip install --upgrade pip`

`python -m pip install -r requirements.txt`

`add ETH_RPC_URL=<your ETH_RPC_URL> as a NEW user variable -> Windows Settings -> Advanced System Settings -> Advanced Tab -> Environment Variables -> User Variables for USER`

`jupyter-lab`