mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-06-01 00:32:06 +08:00
7 lines
469 B
Bash
Executable File
7 lines
469 B
Bash
Executable File
sudo apt-get update && sudo apt-get install -y python-pip python-dev libssl-dev libffi-dev rng-tools libgmp3-dev
|
|
sudo pip install git+https://github.com/blockstack/virtualchain.git --upgrade
|
|
sudo pip install git+https://github.com/blockstack/dns-zone-file-py.git --upgrade
|
|
sudo pip install git+https://github.com/blockstack/blockstack-profiles-py.git --upgrade
|
|
sudo pip install fastecdsa
|
|
sudo pip install git+https://github.com/blockstack/blockstack-core.git --upgrade
|