Created
August 4, 2015 02:33
-
-
Save MaxLeiter/cd1b8dab9a85ae0c654a to your computer and use it in GitHub Desktop.
This file contains 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 | |
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