Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
montyly authored Feb 16, 2024
1 parent ad21693 commit f8368ea
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@
Multi-dimensional dynamic arrays, function pointers, and other more complex types are in the works, but are currently not supported.
## Installation and pre-requisites

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

```bash
git clone [email protected]:crytic/fuzz-utils.git
cd fuzz-utils
pip3 install -e .
pip install fuzz-utils
```

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)).
Expand Down

0 comments on commit f8368ea

Please sign in to comment.