Skip to content

Instantly share code, notes, and snippets.

@davidnvq
Created March 7, 2018 09:48
Show Gist options
  • Save davidnvq/9272004740b3a0d42adaa00be17152aa to your computer and use it in GitHub Desktop.
Save davidnvq/9272004740b3a0d42adaa00be17152aa to your computer and use it in GitHub Desktop.
Install anaconda on MacOS
## Download file from the url
https://www.anaconda.com/download/#macos
## Run the graphical installer
## Install Tensorflow version 1.6
pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.6.0-py3-none-any.whl
## Install Keras
pip install keras
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment