Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 945 Bytes

File metadata and controls

29 lines (25 loc) · 945 Bytes

Demo Setup Guide

Install Dependency Packages

This guide is mainly for Ubuntu. If you has other linux platform, please do the similar command for that platform.

Installation Steps

    sudo apt-get update
    sudo apt-get install -y python-setuptools python-dev
  • Instal pip - the package manager for python
    sudo easy_install pip
  • Install required python libraries using Pip
    pip install numpy scipy pandas scikit-learn matplotlib seaborn jupyter wordcloud 
  • If you have installed jupyter using pip3, you can use below command to install the python 2 kernel
python2 -m pip install ipykernel
python2 -m ipykernel install --user