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