Skip to content

Commit

Permalink
venv to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mskrzypkows committed Dec 4, 2024
1 parent 87e604b commit 7c6df3b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions e2e_tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@ from the main branch of https://github.com/NethermindEth/preconfirm-devnet-packa

It also requires a `.env` file to be present in the root directory. You can copy `.env.example` file into `.env` and fill in the required values.

Create venv:
```
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```

To run all tests:

```
pytest
```
Expand Down

0 comments on commit 7c6df3b

Please sign in to comment.