update get_started.sh with the latest test branch

This commit is contained in:
Jude Nelson
2017-04-03 14:50:54 -04:00
parent d6b96247ac
commit 0cd0a8ad3c

View File

@@ -6,6 +6,12 @@ if [ $# -ge 2 ]; then
shift 1
fi
# sometimes this doesn't install cleanly
pip install --upgrade pip
pip install --upgrade scrypt
pip install --upgrade fastecdsa
pip install --upgrade cryptography
for repo in dns-zone-file-py blockstack-profiles-py virtualchain blockstack-core; do
git clone "https://github.com/blockstack/$repo"
pushd "$repo"