Update README.md

This commit is contained in:
H3cJP
2022-03-15 18:03:23 +01:00
committed by GitHub
parent 76fc303f8f
commit b55d8f536a
+3 -1
View File
@@ -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`).