From 343d37e9c908490aaa6a557502ff181e6430c963 Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Sat, 13 May 2017 19:13:43 +0200 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bbd0601 --- /dev/null +++ b/README.md @@ -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`)