Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.54 KB

Installation.md

File metadata and controls

45 lines (27 loc) · 1.54 KB

Installation

Pre-requisites

  • Laptop running Linux / OSX / Windows operating system
  • Minimum 4GB of RAM
  • Laptop charger

Recommended Installation

We will be using Python 2.7 version for the exercise. Users should install the Anaconda distribution from Continuum - https://www.continuum.io/downloads. We request you to check if your Operating System is 32 bit or 64 bit and download the according Anaconda installer

To find out what architecture your OS is, here are references for Windows, OSX and Ubuntu:

Please note that installing Anaconda is the recommended option for doing the workshop.

Post Anaconda Installation

Please run the below commands from your command line interface

conda install seaborn

Run the check_env.sh script to check if you have all the packages installed.

Python Basics

If you want to start learning / brushup your basics python programming skills, here is the material you can use - http://anandology.com/python-practice-book/getting-started.html

Note

However, if you don't want to use Anaconda for some reason, then please ensure you have the PyData stack installed in your computer. Please check that the following libraries are installed in your python virtual environment.

  • Jupyter
  • Matplotlib
  • Numpy
  • Scipy
  • Pandas
  • Seaborn
  • Sklearn
  • SQLite3