-
Notifications
You must be signed in to change notification settings - Fork 95
Getting started
Santiago Peñate Vera edited this page Jan 13, 2016
·
27 revisions
You'll need a version of Python 3 installed on your system with the following packages:
- Numpy
- Scipy
- Sklearn (Scikit-learn)
- NetworkX
- Pandas
- xlwt
- xlsxwriter
- Matplotlib
- Numba
It is advised to install the Anaconda Python distribution which will have all the required packages except NetworkX.
To install NetworkX, open a command prompt an type:
pip install networkx
Do the same for any other package that you may be missing
I have experience in Ubuntu only, but you should be available to install everything from the package manager.
Since I don't have an apple system I have no clue, but if you manage to install the Anaconda python distribution you should be good.