diff --git a/README.md b/README.md index bbd0601..b81b883 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ISN-s-Cube A 3D Rubik's Cube with a solver. It's a french A-level Project, so it's in french, sorry for it. -This programme run under Python3. +This programme run with Python3. You need pygame install in your computer. For install pygame, execute the commande `python -m pip install pygame` (in windows) or `sudo pip3 install pygame` (in GNU Linux. You need pip3 install before: `sudo apt-get install python3-pip`)