Disclaimer about venv
This commit is contained in:
parent
6da4e2e54b
commit
8835e60675
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue