Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bkbilly authored Nov 17, 2019
1 parent 2021831 commit e3838d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e3838d8

Please sign in to comment.