Update README.md

This commit is contained in:
Jean-Marie Mineau 2017-05-15 22:23:35 +02:00 committed by GitHub
parent 343d37e9c9
commit f3e4c25f7e

View file

@ -1,7 +1,7 @@
# ISN-s-Cube # 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. 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. You need pygame install in your computer.
For install pygame, execute the commande `python -m pip install pygame` (in windows) or 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`) `sudo pip3 install pygame` (in GNU Linux. You need pip3 install before: `sudo apt-get install python3-pip`)