Need wheel to install some of the requirements

This commit is contained in:
Lartza
2018-06-18 15:58:55 +03:00
parent 554bf54677
commit 0f38e8b8cf

View File

@ -27,6 +27,7 @@ Example installation commands for Debian and Ubuntu:
$ git clone --recurse-submodules https://github.com/azlux/botamusique.git $ git clone --recurse-submodules https://github.com/azlux/botamusique.git
$ cd botamusique $ cd botamusique
$ python3 -m venv venv $ python3 -m venv venv
$ venv/bin/pip install wheel
$ venv/bin/pip install -r requirements.txt $ venv/bin/pip install -r requirements.txt
``` ```