From e24118e837f1067f6499b51065cea592fa9fc959 Mon Sep 17 00:00:00 2001 From: Daniel Gunzinger Date: Thu, 23 Apr 2020 18:07:58 +0200 Subject: [PATCH] Update README to reflect current state of master Thank you for taking care of pymumble! I just set up another few instances today to test around with more interface changes. Due to this I noticed that there is now a small change to the installation procedure of the master branch :) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 506a28b..0434cf4 100644 --- a/README.md +++ b/README.md @@ -64,11 +64,10 @@ venv/bin/pip install -r requirements.txt We will test new features in this branch, maybe sometimes post some hotfixes. Please be noted that this version has no auto-update support. If you want to install this version, you need to have Git installed. We recommend you to install the stable version above, except you'd like to try out our half-baked features and put up with bugs amid them. ``` -git clone --recurse-submodules https://github.com/azlux/botamusique.git +git clone https://github.com/azlux/botamusique.git 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 ```