File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
8383Before 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
You can’t perform that action at this time.
0 commit comments