Last PR before releasing 2.0.0b7 (#2576)

* Updated changelog for 2.0.0b7

* Change 2.0.0b3 to b7 in network-setup.md

* Updated k8s yamls for 2.0.0b7 release

* Updated version.py for 2.0.0b7 release
This commit is contained in:
Troy McConaghy
2018-09-28 13:23:04 +02:00
committed by GitHub
parent 0c4d6ec906
commit 3da13eda3d
5 changed files with 32 additions and 7 deletions

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
```
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`.