Skip to content

Commit

Permalink
Updating install instructions (#1605)
Browse files Browse the repository at this point in the history
  • Loading branch information
slundqui committed Jul 12, 2024
1 parent 133736d commit 3da9965
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## 1. Prerequisites

While not strictly required when connecting to a remote chain, we recommend that you install these tools to use the full suite of Agent0 simulation tools.

- [Foundry](https://book.getfoundry.sh/getting-started/installation) for running a local Anvil testnnet node.
- [Docker](https://docs.docker.com/engine/install/) for hosting the underlying data tools.
- [Rust](https://www.rust-lang.org/tools/install) for building hyperdrivepy

❗️ Ensure you are using rustc 1.78.0-nightly or newer
- [Foundry](https://book.getfoundry.sh/getting-started/installation) for running a local Anvil testnnet node for simulations.

Additionally, `agent0` uses the package [`hyperdrivepy`](https://pypi.org/project/hyperdrivepy/) as a dependency. `hyperdrivepy` contains
prebuilt binaries for common environments. However, if your environment is not supported, pip will attempt to build from
the distributed source distribution, which requires [Rust](https://www.rust-lang.org/tools/install) installed in your
environment to compile. Ensure you are using rustc 1.78.0-nightly or newer when building from source distribution.

## 2. Clone

Expand Down

0 comments on commit 3da9965

Please sign in to comment.