Skip to content

Commit f8368ea

Browse files
authored
Update README.md
1 parent ad21693 commit f8368ea

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@
1515
Multi-dimensional dynamic arrays, function pointers, and other more complex types are in the works, but are currently not supported.
1616
## Installation and pre-requisites
1717

18-
In order to be able to use `fuzz-utils`, you will need to install it first:
18+
To install `fuzz-utils`:
1919

2020
```bash
21-
git clone [email protected]:crytic/fuzz-utils.git
22-
cd fuzz-utils
23-
pip3 install -e .
21+
pip install fuzz-utils
2422
```
2523

2624
These commands will install all the Python libraries and tools required to run `fuzz-utils`. However, it won't install Echidna or Medusa, so you will need to download and install the latest version yourself from its official releases ([Echidna](https://github.com/crytic/echidna/releases), [Medusa](https://github.com/crytic/medusa/releases)).

0 commit comments

Comments
 (0)