From 083cd88ffc08d0814a2e36814ef6851c028e428f Mon Sep 17 00:00:00 2001 From: Dan Trevino Date: Tue, 1 Sep 2020 11:37:25 -0700 Subject: [PATCH] Update install-api.md Add checkout stacks-1.0 command. Python install utilizes the legacy 1.0 branch, not the current master so the user must checkout the legacy branch before running `pip install` --- src/pages/stacks-blockchain/install-api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/stacks-blockchain/install-api.md b/src/pages/stacks-blockchain/install-api.md index afe6f2c7..70d8929c 100644 --- a/src/pages/stacks-blockchain/install-api.md +++ b/src/pages/stacks-blockchain/install-api.md @@ -21,6 +21,7 @@ $ sudo npm -g install aglio $ virtualenv api && source api/bin/activate $ git clone https://github.com/blockstack/blockstack-core.git $ cd blockstack-core/ +$ git checkout stacks-1.0 $ pip install . $ pip install -r api/requirements.txt $ blockstack setup_wallet