Skip to content

Instantly share code, notes, and snippets.

@wataruoguchi
Created May 13, 2017 11:15
Show Gist options
  • Select an option

  • Save wataruoguchi/1c76bbe8ac1e834e5740fffc970f2a93 to your computer and use it in GitHub Desktop.

Select an option

Save wataruoguchi/1c76bbe8ac1e834e5740fffc970f2a93 to your computer and use it in GitHub Desktop.
#!/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