Skip to content

Instantly share code, notes, and snippets.

@rexlow
Last active February 20, 2022 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save rexlow/93123f8003e3085d51316ede73c23d6d to your computer and use it in GitHub Desktop.
Save rexlow/93123f8003e3085d51316ede73c23d6d to your computer and use it in GitHub Desktop.
Install miniconda, tensorflow, keras, theano
bash Miniconda3-latest-MacOSX-x86_64.sh
// append env path
conda install jupyter matplotlib pandas scipy Pillow scikit-learn
conda install -c conda-forge keras tensorflow
// for some reasons tensorflow installed = 1.0.0, update here
conda update -f -c conda-forge tensorflow
conda install -c conda-forge opencv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment