From da7c4cc9c932829e535179db3e7856daaf8c1afb Mon Sep 17 00:00:00 2001 From: excaliborr Date: Mon, 27 Nov 2023 10:51:42 -0500 Subject: [PATCH] docs: python --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 086eb52..7e5aa16 100644 --- a/README.md +++ b/README.md @@ -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.