diff --git a/README.md b/README.md index 950be1b..5522e35 100644 --- a/README.md +++ b/README.md @@ -95,3 +95,8 @@ Il faut donc les installer localement (dans UPBGE), les étapes sont : - Installer pySerial : pip.exe install pyserial - Installer pyFirmata : pip.exe install pyfirmata - Installer wxPython : pip.exe install wxpython + +- Si l'installation des paquets Python ne se fait pas dans le bon répertoire ('site-packages' des bibliothèques du Python embarqué par UPBGE), il faut allors spécifier le répertoire cible avec + l'option '-t target' lors de la commande 'pip install'. Par exemple pour Pylint : + - **GNU/Linux** : $ ./pip install pylint -t ~/upbge-0.36.1-linux-x86_64/3.6/python/lib/python3.10/site-packages + - **Windows** : $ pip.exe install pylint -t C:\Users\prenom.nom\Desktop\upbge-0.36.1-windows-x86_64\3.6\python\lib\site-packages diff --git a/ropy-35.blend b/ropy-35.blend index 7a78b84..de31d8e 100644 Binary files a/ropy-35.blend and b/ropy-35.blend differ