improve documentation
This commit is contained in:
parent
75ab314e71
commit
e97ee7939b
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ To install it:
|
|||
``` bash
|
||||
wget https://bootstrap.pypa.io/get-pip.py
|
||||
sudo python3 get-pip.py
|
||||
# if you want to install these modules for an unprivileged user, add --user and remove "sudo";
|
||||
# if you want to upgrade the versions already present in the system, also add --upgrade
|
||||
sudo pip3 install tornado
|
||||
sudo pip3 install pymongo
|
||||
git clone https://github.com/raspibo/ibt2
|
||||
|
|
Loading…
Reference in a new issue