From afb1951a13e13b1c116313845e5d9325557c7e4e Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 13 Jun 2024 00:55:22 +0900 Subject: [PATCH] :memo: Update the README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1175606..1ccdf6c 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,13 @@ dune exec -- stappl 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: