Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 243 Bytes

install-tensorflow-keras-mac.md

File metadata and controls

15 lines (9 loc) · 243 Bytes

Install Tensorflow and Kerea

  1. Install anaconda

  2. Create an environment

    conda create -n myenv python=3.6.4

  3. Activate the environment

  4. Install tensorflow

    conda install tensorflow

  5. Install Keras

    conda install keras