From 0f38e8b8cf04fbba81d5a858a411e47e26527d62 Mon Sep 17 00:00:00 2001 From: Lartza Date: Mon, 18 Jun 2018 15:58:55 +0300 Subject: [PATCH] Need wheel to install some of the requirements --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f6b955..c9d9882 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Example installation commands for Debian and Ubuntu: $ git clone --recurse-submodules https://github.com/azlux/botamusique.git $ cd botamusique $ python3 -m venv venv +$ venv/bin/pip install wheel $ venv/bin/pip install -r requirements.txt ```