Browse Source

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`
feat/emotion-core-ui
Dan Trevino 4 years ago
committed by Thomas Osmonson
parent
commit
083cd88ffc
  1. 1
      src/pages/stacks-blockchain/install-api.md

1
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

Loading…
Cancel
Save