From e3838d8fb9ac8604a8d329697c5149b8452f5a97 Mon Sep 17 00:00:00 2001 From: Basilis Koulis Date: Sun, 17 Nov 2019 01:12:45 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 048b3bb..5cbf595 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ Implementation for bayesian network with - Rejection Sampling - Likelihood Weighting +## Install +```bash +sudo pip3 install --upgrade bayesian-networks +``` + +## How to use ```python import bayesian_networks