python3 not python here

This commit is contained in:
Lartza 2018-06-18 15:49:55 +03:00
parent 286e219fd8
commit 554bf54677

View File

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