Add sudo before pip install bigchaindb sometimes

This commit is contained in:
troymc 2016-02-15 19:40:55 +01:00
parent 90129b8fa5
commit b725b4e716

View File

@ -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:
```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