Skip to content

Commit 820fa1d

Browse files
committed
Added the requirements to the project
1 parent 7c97d3d commit 820fa1d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ Here is an explanation of what everything is:
5050

5151
To start the bot you simply need to launch, either your terminal (Linux, Mac & Windows) or your Command Prompt (Windows).
5252

53+
Before running the bot you will need to install all the requirements with this command:
54+
```
55+
pip install -r requirements.txt
56+
```
57+
5358
If you have multiple versions of python installed (2.x and 3.x) then you will need to use the following command:
5459
```
5560
python3 bot.py

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
aiohttp
2+
discord.py

0 commit comments

Comments
 (0)