1
0
Fork 0
mirror of synced 2024-06-18 18:44:33 +12:00

README: Make clear that code block isn't for Windows

This commit is contained in:
ddlr 2017-03-01 23:47:22 +13:00
parent aa4c1bf48e
commit e1e242008d

View file

@ -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