Skip to content

Instantly share code, notes, and snippets.

@PeterDing
Last active April 15, 2018 02:19
Show Gist options
  • Save PeterDing/b5231d65f6bd1f7e58bb337da372f723 to your computer and use it in GitHub Desktop.
Save PeterDing/b5231d65f6bd1f7e58bb337da372f723 to your computer and use it in GitHub Desktop.
make machine learning python virtualenv
virtualenv -p python3 ml
pip3 install --upgrade tensorflow mxnet ipython jupyter matplotlib pandas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment