From 58b7600cf95d3a8ca0e893e695370c3ba2fb18ee Mon Sep 17 00:00:00 2001 From: azlux Date: Thu, 28 May 2020 01:19:22 +0200 Subject: [PATCH] fix #162 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d93a23a..661b65a 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,6 @@ tar -xzf botamusique.tar.gz cd botamusique python3 -m venv venv venv/bin/pip install wheel -venv/bin/pip install -r pymumble/requirements.txt venv/bin/pip install -r requirements.txt ```