Skip to main content

Python

Deeplearning Setup in Mac​

brew cask install anaconda

update ~/.bash_profile​

export PATH="/usr/local/anaconda3/bin:$PATH"

Install the following packages​

conda install jupyter
conda install numpy
conda install pandas
conda install scikit-learn
conda install matplotlib
pip install --upgrade tensorflow

Run Jupyter​

jupyter notebook