diff --git a/README.md b/README.md index 3842b3a..d082e6a 100644 --- a/README.md +++ b/README.md @@ -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)