From 8835e6067560a462f1582acd1cfeadc7ebb43e6b Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 17 Sep 2021 10:55:28 +0200 Subject: [PATCH] Disclaimer about venv --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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