Created
May 13, 2017 11:15
-
-
Save wataruoguchi/1c76bbe8ac1e834e5740fffc970f2a93 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| #!/bin/bash | |
| # Save your first 30 mins of the meetup with this: | |
| # (If you're using Mac, downloading Homebrew is highly recommended) | |
| # Make sure you have pip installed | |
| sudo pip install --upgrade pip virtualenv | |
| && sudo pip install keras jupyter | |
| && sudo easy_install pip | |
| && mkdir tensorflow | |
| && virtualenv --system-site-packages tensorflow | |
| && mv tensorflow | |
| && source ~/tensorflow/bin/activate | |
| && git clone https://github.com/masahiro12345/meetup.git | |
| && cd meetup && jupyter notebook |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment