diff --git a/docs/server/source/simple-deployment-template/network-setup.md b/docs/server/source/simple-deployment-template/network-setup.md index 7dd2c937..c3057895 100644 --- a/docs/server/source/simple-deployment-template/network-setup.md +++ b/docs/server/source/simple-deployment-template/network-setup.md @@ -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 ``` -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: -sudo pip3 install bigchaindb==2.0.0b3 +# Change 2.0.0b7 to the latest version as explained above: +sudo pip3 install bigchaindb==2.0.0b7 ``` Check that you installed the correct version of BigchainDB Server using `bigchaindb --version`.