Skip to content

Instantly share code, notes, and snippets.

@MaxLeiter
Created August 4, 2015 02:33
Show Gist options
  • Save MaxLeiter/cd1b8dab9a85ae0c654a to your computer and use it in GitHub Desktop.
Save MaxLeiter/cd1b8dab9a85ae0c654a to your computer and use it in GitHub Desktop.
#!/bin/bash
git clone https://github.com/KnightOS/sdk.git
sudo pip3 install docopt
sudo pip3 install requests
sudo pip3 install pystache
sudo pip3 install pyyaml
pushd sdk
sudo make install
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment