Created
March 7, 2018 09:48
-
-
Save davidnvq/9272004740b3a0d42adaa00be17152aa to your computer and use it in GitHub Desktop.
Install anaconda on MacOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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