From e1e242008db5cb0bf2421fc1a9ca70bf49b51b24 Mon Sep 17 00:00:00 2001 From: ddlr Date: Wed, 1 Mar 2017 23:47:22 +1300 Subject: [PATCH] README: Make clear that code block isn't for Windows --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31ab232..6bbcb14 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,12 @@ python3.5 -m pip install discord.py[voice] lxml fuzzywuzzy youtube_dl rethinkdb py -3 -m pip install discord.py[voice] lxml fuzzywuzzy youtube_dl rethinkdb ruamel.yaml pendulum Pillow==3.4.1 readline ``` -The joke command requires the fortune-mod package, which should be installable on Linux distros, including Debian and Ubuntu. If you're on Windows, you might want to consider [this guide](http://superuser.com/questions/683162/bsd-fortune-for-windows-command-prompt-or-dos), but you're on your own. +The joke command requires the fortune-mod package, which should be installable on Linux distros, including Debian and Ubuntu. ``` sudo apt install fortune-mod ``` +If you're on Windows, you might want to consider [this guide](http://superuser.com/questions/683162/bsd-fortune-for-windows-command-prompt-or-dos), but you're on your own. + 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