Skip to content

Getting started

Santiago Peñate Vera edited this page Jan 13, 2016 · 27 revisions

Installation

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

Windows:

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

Linux:

I have experience in Ubuntu only, but you should be available to install everything from the package manager.

OSX:

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.

Clone this wiki locally