Skip to content

Commit

Permalink
Fix bigchaidb-tendermint version mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
davie0 committed Oct 15, 2019
1 parent 9bcefdf commit f12d44f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ sudo pip3 install -U pip
Now install the latest version of BigchainDB Server.
You can find the latest version by going
to the [BigchainDB project release history page on PyPI](https://pypi.org/project/BigchainDB/#history).
For example, to install version 2.0.0b9, you would do:
For example, to install version 2.0.0, you would do:

```
# Change 2.0.0b9 to the latest version as explained above:
sudo pip3 install bigchaindb==2.0.0b9
# Change 2.0.0 to the latest version as explained above:
sudo pip3 install bigchaindb==2.0.0
```

Check that you installed the correct version of BigchainDB Server using `bigchaindb --version`.
Expand Down

0 comments on commit f12d44f

Please sign in to comment.