Skip to content

Commit 6249768

Browse files
committed
Fix readme
1 parent 1977fae commit 6249768

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

readme.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ You can install the packages using pip:
4040
pip install pyserial tkmacosx
4141
```
4242

43-
To download the source code, you can clone the repository using git. Open a terminal and run the following command:
43+
To download the source code, click on the green `<> Code` button at the top of this page and select "Download Zip".
44+
45+
You can also clone the repository using git. Open a terminal and run the following command:
4446

4547
```sh
4648
git clone https://github.com/Team-Arduino-Logique/Arduino-Logique.git
@@ -50,11 +52,7 @@ This will create a local copy of the repository on your machine.
5052

5153
#### Running `arduino_logique.py` on MacOS
5254

53-
After installing the prerequisites, you can run the `arduino_logique.py` script by navigating to the directory where the script is located and executing the following command in the terminal:
54-
55-
```sh
56-
python arduino_logique.py
57-
```
55+
After installing the prerequisites, you can run the `arduino_logique.py` script.
5856

5957
### Windows installation
6058

@@ -83,7 +81,9 @@ Vous pouvez installer les packages en utilisant pip :
8381
pip install pyserial tkmacosx
8482
```
8583

86-
Pour télécharger le code source, vous pouvez cloner le dépôt en utilisant git. Ouvrez un terminal et exécutez la commande suivante :
84+
Pour télécharger le code source, cliquez sur le bouton vert `<> Code` en haut de cette page et choisir "Download Zip".
85+
86+
Vous pouvez aussi cloner le dépôt en utilisant git. Ouvrez un terminal et exécutez la commande suivante :
8787

8888
```sh
8989
git clone https://github.com/Team-Arduino-Logique/Arduino-Logique.git
@@ -93,11 +93,7 @@ Cela créera une copie locale du dépôt sur votre machine.
9393

9494
#### Exécution de `arduino_logique.py` sur MacOS
9595

96-
Après avoir installé les prérequis, vous pouvez exécuter le script `arduino_logique.py` en naviguant vers le répertoire où le script est situé et en exécutant la commande suivante dans le terminal :
97-
98-
```sh
99-
python arduino_logique.py
100-
```
96+
Après avoir installé les prérequis, vous pouvez exécuter le script `arduino_logique.py`.
10197

10298
### Installation sur Windows
10399

0 commit comments

Comments
 (0)