Skip to content

Instantly share code, notes, and snippets.

@SpeedOfSpin
Created January 10, 2018 16:37
Show Gist options
  • Save SpeedOfSpin/ba8fec1fc522311b0e0742325eb453ac to your computer and use it in GitHub Desktop.
Save SpeedOfSpin/ba8fec1fc522311b0e0742325eb453ac to your computer and use it in GitHub Desktop.
Tensorflow and Keras in Conda
conda create --name tensorflow python=3.5
activate tensorflow
conda install jupyter
conda install scipy
conda install spyder
conda install pip
pip install tensorflow
pip install pyyaml h5py
pip install keras
pip install opencv-python
pip install matplotlib seaborn argparse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment