Skip to content

Commit

Permalink
Document calyx-py installation step more clearly (#2045)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanmohan authored May 20, 2024
1 parent 1a4050d commit 211deb9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,19 @@ tests.

[The Calyx driver](./running-calyx/fud) wraps the various compiler frontends and
backends to simplify running Calyx programs.

`fud` currently has a dependency on [calyx-py](builder/calyx-py.md), which you need to install first.

Start at the root of the repository.

Install [Flit][]:
```
pip3 install flit
```

Install `fud` (from the root of the repository):
Install [`calyx-py`](builder/calyx-py.md):
```
cd calyx-py && flit install -s && cd -
```

Install `fud`:
```
flit -f fud/pyproject.toml install -s --deps production
```
Expand Down

0 comments on commit 211deb9

Please sign in to comment.