Skip to content

Commit

Permalink
📝 Update the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeta611 committed Jun 12, 2024
1 parent ae3a62f commit afb1951
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ dune exec -- stappl <program.stp>

This will parse and compile the program, perform inference, and save the distribution plot of the final query variable as a PNG image file.

You will also need a working Python environment with [`numpy`](https://numpy.org/) and [`seaborn`](https://seaborn.pydata.org/) (and their dependencies), as `seaborn` is used to create the plot.
It is recommend to create a Python virtual environment (optional), and then install `numpy` and `seaborn` inside the environment using pip:

```sh
pip install -U numpy seabron
```

## Example

Here's an example program and its components:
Expand Down

0 comments on commit afb1951

Please sign in to comment.