Skip to content

Instantly share code, notes, and snippets.

@Akhu
Created June 9, 2017 05:06
Show Gist options
  • Save Akhu/5251daff0ba0088d5a62bc8c4508e6ee to your computer and use it in GitHub Desktop.
Save Akhu/5251daff0ba0088d5a62bc8c4508e6ee to your computer and use it in GitHub Desktop.
Python coremltools env
virtualenv -p /usr/bin/python2.7 env
source env/bin/activate
pip install tensorflow
pip install keras==1.2.2
pip install coremltools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment