Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Prerequisites:\
python >= 3.6\
Check the requirements.txt file for required libraries.\
You can get them with e.g. `python3 -m pip install -U discord.py`
You can get all of them with: `python3 -m pip install -U -r requirements.txt`, assuming requirements.txt is in your current directory.

See details further below how to specify your configuration file and then simply run with `python3 main.py`

1 change: 1 addition & 0 deletions source/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dateparser>=0.7.1
discord.py>=1.3.2
fuzzywuzzy>=0.17.0
requests>=2.18.4

0 comments on commit 7acac32

Please sign in to comment.