Skip to content

Instantly share code, notes, and snippets.

@anil-kk
Created November 6, 2018 07:37
Show Gist options
  • Save anil-kk/314398b140594e5ec2bf4d3a66810a33 to your computer and use it in GitHub Desktop.
Save anil-kk/314398b140594e5ec2bf4d3a66810a33 to your computer and use it in GitHub Desktop.
conda create -n tensorflow
conda activate tensorflow
pip install --ignore-installed --upgrade tensorflow
pip install jupyter notebook
pip install pandas
jupyter notebook
pip install git+git://github.com/fchollet/keras.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment