Skip to content

Instantly share code, notes, and snippets.

@gngdb
Last active September 6, 2019 19:21
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 gngdb/99c0d1ec686f5b560d5f1c53b1bb1cf1 to your computer and use it in GitHub Desktop.
Save gngdb/99c0d1ec686f5b560d5f1c53b1bb1cf1 to your computer and use it in GitHub Desktop.
Script to install algo requirements to a cloud shell environment.
sudo apt-get update && sudo apt-get install \
build-essential \
libssl-dev \
libffi-dev \
python-dev \
python-pip \
python-setuptools \
python-virtualenv -y
sudo pip2 install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment