From 554bf5467732c17d8f6a1a7e333f1c832292b932 Mon Sep 17 00:00:00 2001 From: Lartza Date: Mon, 18 Jun 2018 15:49:55 +0300 Subject: [PATCH] python3 not python here --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 648ee59..9f6b955 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Example installation commands for Debian and Ubuntu: # apt install ffmpeg $ git clone --recurse-submodules https://github.com/azlux/botamusique.git $ cd botamusique -$ python -m venv venv +$ python3 -m venv venv $ venv/bin/pip install -r requirements.txt ```