Skip to content

Commit 083cd88

Browse files
dantrevinoaulneau
authored andcommitted
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`
1 parent 6c55068 commit 083cd88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/stacks-blockchain/install-api.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ $ sudo npm -g install aglio
2121
$ virtualenv api && source api/bin/activate
2222
$ git clone https://github.com/blockstack/blockstack-core.git
2323
$ cd blockstack-core/
24+
$ git checkout stacks-1.0
2425
$ pip install .
2526
$ pip install -r api/requirements.txt
2627
$ blockstack setup_wallet

0 commit comments

Comments
 (0)