Open gut opened 7 years ago
I guess you mean to list scipy as a prerequisite, since make setup
downloads the packages and installs the libs (including scikit-learn). Nevertheless, I think listening all prerequisites for all libs is a good idea, despite it might be difficult to keep everything updated.
well, the README.md file should be kept as up-to-date as possible right? :-)
Definitely, I will add/update a section about the dependencies for each library. I'm wondering if we could come up with a script that checks for the dependencies and informs the user about missing packages.
I thought I've installed all the prequesites but when running
make setup
:a
pip install scipy scikit-learn cython
seems to solve this kind of issues. Swig also needed to be installed (but it's not a python module, so Isudo apt install
'ed it).