Skip to content

Commit f33ecb9

Browse files
author
Foxlet
committed
Update main_user.md
1 parent 88e819a commit f33ecb9

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/user/main_user.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Setting up Python 3.4 on most OSs usually goes as follows.
6060
You can find source at https://www.python.org/downloads/source/
6161

6262
## 3 - Get PIP
63-
PIP is suggested to make installation of CloudBot's dependencies easier.
63+
PIP is suggested to make installation of CloudBot's dependencies easier, and is used extensively in this guide.
6464

6565
**On Linux:**
6666
Run the following in your terminal:
@@ -81,5 +81,11 @@ PIP is suggested to make installation of CloudBot's dependencies easier.
8181
## CloudBot Depdendencies and APIs
8282

8383
Before running CloudBot, you'll need to get some of the required dependencies and APIs configured/installed.
84+
85+
**Using PIP:**
86+
Assuming the current directory is that of your CloudBot installation (in the terminal):
87+
```
88+
pip install -r requirements.txt
89+
```
8490

8591

0 commit comments

Comments
 (0)