mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Change 2.0.0b3 to b7 in network-setup.md
This commit is contained in:
parent
f5c9382c78
commit
a4df38717c
@ -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`.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user