Skip to content

Instantly share code, notes, and snippets.

@AdityaKane2001
Created November 18, 2021 11:24
Show Gist options
  • Save AdityaKane2001/d2d1316d5c5bb0502db4a52c5e293eb3 to your computer and use it in GitHub Desktop.
Save AdityaKane2001/d2d1316d5c5bb0502db4a52c5e293eb3 to your computer and use it in GitHub Desktop.
mkdir keras_installation
cd keras_installation
mkdir keras_env
python3 -m venv keras_env
source keras_env/bin/activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment