Skip to content

Commit

Permalink
update docs to note dependency (#2029)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebmkim authored Apr 29, 2024
1 parent 54f481c commit 7ef78b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ 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.


Install [Flit][]:
```
pip3 install flit
Expand Down
2 changes: 2 additions & 0 deletions docs/running-calyx/fud/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ The source for fud is [here](https://github.com/calyxir/calyx/tree/master/fud).
## Installation
> Fud requires Python 3.9 or higher to work correctly.
`fud` currently has a dependency on [calyx-py](builder/calyx-py.md), which you need to install first.

You need [Flit](https://flit.readthedocs.io/en/latest/) to install `fud`. Install it with `pip3 install flit`.

You can then install `fud` with
Expand Down

0 comments on commit 7ef78b1

Please sign in to comment.