Skip to content

Commit

Permalink
docs: python
Browse files Browse the repository at this point in the history
  • Loading branch information
excaliborr committed Nov 27, 2023
1 parent 66fe3ec commit da7c4cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ yarn install
yarn build
```

In order to run the E2E tests you will also need python setup to generate the proofs, to do this run:

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

### Available Commands

Make sure to set `MAINNET_RPC` and `OPTIMISM_RPC` environment variable before running end-to-end tests.
Expand Down

0 comments on commit da7c4cc

Please sign in to comment.