Skip to content
Marcel Stampfer edited this page Nov 13, 2015 · 16 revisions

Installing Python and dependencies

In addition to the Python interpreter, the following modules must be installed:

  • cython
  • functools
  • json
  • kivy
  • math
  • matplotlib
  • mpl_toolkits
  • numpy
  • pandas
  • pypandoc
  • scipy
  • sklearn
  • urllib2

Windows

Follow the instructions to download and install the latest Python 2.7 distribution for Windows.

OSX

Mac OS X 10.8+ comes with Python 2.7 pre-installed by Apple.

Linux

The latest versions of CentOS, Fedora, Redhat Enterprise (RHEL) and Ubuntu come with Python 2.7 out of the box.

Python tutorial

Please refer to the Python tutorial located here.

Clone this wiki locally