Change 2.0.0b3 to b7 in network-setup.md

This commit is contained in:
Troy McConaghy 2018-09-28 12:51:09 +02:00
parent f5c9382c78
commit a4df38717c

View File

@ -62,11 +62,11 @@ sudo apt install -y python3-pip libssl-dev
# Ubuntu 16.04, and other Linux distros, may require other packages or more packages # Ubuntu 16.04, and other Linux distros, may require other packages or more packages
``` ```
Now install the latest version of BigchainDB. You can find the latest version by going to the [BigchainDB project release history page on PyPI][bdb:pypi]. For example, to install version 2.0.0b3, you would do: Now install the latest version of BigchainDB. You can find the latest version by going to the [BigchainDB project release history page on PyPI][bdb:pypi]. For example, to install version 2.0.0b7, you would do:
``` ```
# Change 2.0.0b3 to the latest version as explained above: # Change 2.0.0b7 to the latest version as explained above:
sudo pip3 install bigchaindb==2.0.0b3 sudo pip3 install bigchaindb==2.0.0b7
``` ```
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`.