Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (30 loc) · 1001 Bytes

SetupMac.md

File metadata and controls

32 lines (30 loc) · 1001 Bytes

Demo Setup Guide

Install Dependency Packages

Installation Steps

  • (Optional) (Mac) You may want to install Homebrew as a convinient package manager
/usr/bin/ruby -e "$(curl -fsSL https://github.com/Homebrew/install/master/install)"
   export JAVA_HOME=where you unzip your jdk
   export PATH=$PATH:$JAVA_HOME/bin
  • (Optional) (Mac) Install Python. Python is shipped with MacOS, but you may want to install updates using Homebrew
brew install python
  • 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