Last active
January 30, 2018 18:35
-
-
Save vanities/e672d3d9363f18b3b7bb0dee818f23d7 to your computer and use it in GitHub Desktop.
venv virtual environment for python3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Installing venv with python: | |
python3 -m venv name-your-environment-here | |
mac & linux | |
source your-environment-name-here/bin/activate | |
your-environment-name-here\Scripts\activate.bat | |
pip3 install keras tensorflow |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment