mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Add sudo before pip install bigchaindb sometimes
This commit is contained in:
parent
90129b8fa5
commit
b725b4e716
@ -43,9 +43,9 @@ $ sudo easy_install3 pip
|
|||||||
|
|
||||||
Once you have a version of `pip` associated with Python 3.4+, then you can install BigchainDB using:
|
Once you have a version of `pip` associated with Python 3.4+, then you can install BigchainDB using:
|
||||||
```text
|
```text
|
||||||
pip install bigchaindb
|
sudo pip install bigchaindb
|
||||||
```
|
```
|
||||||
(or maybe `pip3 install bigchaindb` or `pip3.4 bigchaindb`.)
|
(or maybe `sudo pip3 install bigchaindb` or `sudo pip3.4 install bigchaindb`. The `sudo` may not be necessary.)
|
||||||
|
|
||||||
### How to Install BigchainDB from Source
|
### How to Install BigchainDB from Source
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user