From 0cd0a8ad3ca38cd9a4ff6d65d491b93fe44cc380 Mon Sep 17 00:00:00 2001 From: Jude Nelson Date: Mon, 3 Apr 2017 14:50:54 -0400 Subject: [PATCH] update get_started.sh with the latest test branch --- integration_tests/get_started.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/integration_tests/get_started.sh b/integration_tests/get_started.sh index 6942dc8f3..141de6cde 100755 --- a/integration_tests/get_started.sh +++ b/integration_tests/get_started.sh @@ -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"