Files
stacks-puppet-node/images/scripts/debian.sh
2016-02-23 15:52:18 -05:00

8 lines
222 B
Bash
Executable File

sudo apt-get update
sudo apt-get -y install python-dev git python-pip
git clone https://github.com/blockstack/blockstack.git
cd blockstack
pip install -r requirements.txt
python setup.py build
sudo python setup.py install