Skip to content

Commit

Permalink
doc: Update inner README
Browse files Browse the repository at this point in the history
  • Loading branch information
bingen committed Jul 27, 2024
1 parent cc1e24b commit f0130d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@ $ cast <subcommand>

## Slither

Create a local Python env:
Create a local Python env and activate it:

```shell
python3 -m venv .venv
source .venv/bin/activate
```

Install slither:
Expand Down

0 comments on commit f0130d6

Please sign in to comment.