Skip to content

Instantly share code, notes, and snippets.

@kingspp
Last active October 6, 2016 02:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kingspp/645b9d4688fe6c8c42e57bb12786b9ca to your computer and use it in GitHub Desktop.
Save kingspp/645b9d4688fe6c8c42e57bb12786b9ca to your computer and use it in GitHub Desktop.
#!/bin/bash
# MacOS Sierra Compatible
# Install Homebrew
command -v brew >/dev/null 2>&1 || { echo >&2 "Installing Brew . . ."; /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)";}
brew install wget watch fish git python3 gnu-tar
brew install https://raw.githubusercontent.com/kadwanev/bigboybrew/master/Library/Formula/sshpass.rb
pip3 install pandas jinja2 jsonpickle jsondiff flask flask_httpauth
export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.10.0-py3-none-any.whl
pip3 install --upgrade $TF_BINARY_URL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment