From c1d44534f3cab90e46b66485ff5ed4632f6ce1d3 Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Wed, 17 May 2017 07:00:33 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b81b883..f33124a 100644 --- a/README.md +++ b/README.md @@ -1,13 +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. +A 3D Rubik's Cube with a solver. It's a french A-level Project, so it's in french, sorry for that. -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`) +This program runs with Python3. +You need pygame installed in your computer. +To install pygame, execute the command `python -m pip install pygame` (in windows) or +`sudo pip3 install pygame` (in GNU Linux. You need pip3 installed 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 +`sudo pip3 install pygame` (sous GNU Linux. Vous avez besoin de pip3 installé avant: `sudo apt-get install python3-pip`)