ncullen93 / pyBN

Bayesian Networks in Python
MIT License
146 stars 55 forks source link

Installing the software #26

Open erlebach opened 2 years ago

erlebach commented 2 years ago

I would like to try your code. Do you have an installer that works with newer versions of Python? Currently, I cannot get the code to execute. Ideally, setup.py should be run with

pip install setup.py 

but the code does not appear to work in that way. Any help is appreciated. Thanks.