Create README.md
This commit is contained in:
parent
ad2d020b19
commit
343d37e9c9
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# 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.
|
||||
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`)
|
||||
|
||||
Ce programme tourne sous Python3.
|
||||
Vous avez besoin de pygame installé sur votre ordinateur.
|
||||
Pour installer pygame, executez `python -m pip install pygame` (sous windows) ou
|
||||
`sudo pip3 install pygame` (sous GNU Linux. Vous avez besoin de pip3 installer
|
||||
avant: `sudo apt-get install python3-pip`)
|
Loading…
Add table
Add a link
Reference in a new issue