diff --git a/README.md b/README.md index 15819e4..159716e 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ git submodule update --force --recursive --init --remote ``` Then create an .env file to store variables in the root folder (there is an example [here](https://gitlab.com/ConfrerieDuKassoulait/KassouBot/-/blob/main/.envexample)). -Install all the requirements by doing `python3 -m pip install -r requirements.txt`. +Install all the requirements by doing `python3 -m pip install -r requirements.txt` (I recommend using virtualenv to not interfere with your system). If you need to install Java, there is some step to have the same as the [Docker image built for the project](https://gitlab.com/ConfrerieDuKassoulait/lavalink/), on Debian-based distro: ```bash