mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
docs fix: the bigchaindb package on PyPI no longer includes the Python driver
This commit is contained in:
parent
8b861131d8
commit
a6ce7b40aa
@ -54,7 +54,7 @@ Before you can install BigchainDB Server, you must [install its OS-level depende
|
|||||||
|
|
||||||
### How to Install BigchainDB Server with pip
|
### How to Install BigchainDB Server with pip
|
||||||
|
|
||||||
BigchainDB (i.e. both the Server and the officially-supported drivers) is distributed as a Python package on PyPI so you can install it using `pip`. First, make sure you have an up-to-date Python 3.4+ version of `pip` installed:
|
BigchainDB is distributed as a Python package on PyPI so you can install it using `pip`. First, make sure you have an up-to-date Python 3.4+ version of `pip` installed:
|
||||||
```text
|
```text
|
||||||
pip -V
|
pip -V
|
||||||
```
|
```
|
||||||
@ -74,7 +74,7 @@ pip3 install --upgrade pip setuptools
|
|||||||
pip3 -V
|
pip3 -V
|
||||||
```
|
```
|
||||||
|
|
||||||
Now you can install BigchainDB Server (and officially-supported BigchainDB drivers) using:
|
Now you can install BigchainDB Server using:
|
||||||
```text
|
```text
|
||||||
pip3 install bigchaindb
|
pip3 install bigchaindb
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user