From 25d9f468fef4977d996db9136393b868c5656c3e Mon Sep 17 00:00:00 2001 From: Adam Baxter Date: Mon, 30 Dec 2019 16:35:10 +1100 Subject: [PATCH] Update TL;DR install instructions with python3-wheel dependency (#1397) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47b7ccfd8..75751d7e5 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,9 @@ Limnoria. TL;DR version: ``` -sudo apt-get install python3 python3-pip +sudo apt-get install python3 python3-pip python3-wheel pip3 install --user limnoria +# You might need to add $HOME/.local/bin to your PATH supybot-wizard ```