From b55d8f536aa5a6a27aea1eb7ab980dc5a8cbf8bb Mon Sep 17 00:00:00 2001 From: H3cJP <62990101+H3cJP@users.noreply.github.com> Date: Tue, 15 Mar 2022 18:03:23 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a7f0cd..b08a4f8 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,6 @@ Here is an example image of the most simple main python script to run a discord ![main.png](img/main.png) -To run the bot, the PyCord module must be installed (if you have installed pip3, it can be installed with `sudo pip3 install py-cord`) +To run the bot, the PyCord module must be installed (on linux, `pip3 install py-cord`). +If you found any trouble, you can report it at the issues section. +Sometimes if the pip3 command is not detected, it may be that the pip command is already associated with python3 (check it running the command `pip --version`).