1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-14 00:23:22 +02:00

Fix bigchaidb-tendermint version mismatch

This commit is contained in:
David Dashyan 2019-10-15 15:24:37 +03:00
parent 9bcefdf3e2
commit f12d44ff82

View File

@ -31,11 +31,11 @@ sudo pip3 install -U pip
Now install the latest version of BigchainDB Server. Now install the latest version of BigchainDB Server.
You can find the latest version by going You can find the latest version by going
to the [BigchainDB project release history page on PyPI](https://pypi.org/project/BigchainDB/#history). 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: # Change 2.0.0 to the latest version as explained above:
sudo pip3 install bigchaindb==2.0.0b9 sudo pip3 install bigchaindb==2.0.0
``` ```
Check that you installed the correct version of BigchainDB Server using `bigchaindb --version`. Check that you installed the correct version of BigchainDB Server using `bigchaindb --version`.