1
0
Fork 0
mirror of synced 2024-06-28 11:10:27 +12:00
This commit is contained in:
Phxntxm 2016-10-28 22:16:39 -05:00
commit b8b449e118

View file

@ -13,11 +13,13 @@ https://www.rethinkdb.com/docs/install/
I also use a few libraries that aren't included by default, which can be installed using pip.
```
python3.5 -m pip install rethinkdb pendulum ruamel.yaml Pillow
python3.5 -m pip install rethinkdb pendulum ruamel.yaml BeautifulSoup4 Pillow==3.4.1
# Or on windows
py -3 -m pip install rethinkdb pendulum ruamel.yaml Pillow
py -3 -m pip install rethinkdb pendulum ruamel.yaml BeautifulSoup4 Pillow==3.4.1
```
Note: ATM of writing this, Pillow 3.4.2 (the stable version...good job Pillow?) is broken, do not use pip's default to install this. This is why we're using Pillow==3.4.1 above, and not just Pillow
The only required file to modify would be the config.yml.sample file. The entries are as follows:
- bot_token: The token that can be retrieved from the [bot's application page](https://discordapp.com/developers/applications/me)