Update TL;DR install instructions with python3-wheel dependency (#1397)

This commit is contained in:
Adam Baxter 2019-12-30 16:35:10 +11:00 committed by James Lu
parent 12b6c9d60e
commit 25d9f468fe

View File

@ -27,8 +27,9 @@ Limnoria.
TL;DR version: TL;DR version:
``` ```
sudo apt-get install python3 python3-pip sudo apt-get install python3 python3-pip python3-wheel
pip3 install --user limnoria pip3 install --user limnoria
# You might need to add $HOME/.local/bin to your PATH
supybot-wizard supybot-wizard
``` ```