From f12d44ff829839c9276fa8e0bd0a8e7b9a1aae80 Mon Sep 17 00:00:00 2001 From: David Dashyan Date: Tue, 15 Oct 2019 15:24:37 +0300 Subject: [PATCH] Fix bigchaidb-tendermint version mismatch --- .../simple-deployment-template/set-up-node-software.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/server/source/simple-deployment-template/set-up-node-software.md b/docs/server/source/simple-deployment-template/set-up-node-software.md index 18a74d82..aa3cbce0 100644 --- a/docs/server/source/simple-deployment-template/set-up-node-software.md +++ b/docs/server/source/simple-deployment-template/set-up-node-software.md @@ -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`.