You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -50,11 +52,7 @@ This will create a local copy of the repository on your machine.
50
52
51
53
#### Running `arduino_logique.py` on MacOS
52
54
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.
58
56
59
57
### Windows installation
60
58
@@ -83,7 +81,9 @@ Vous pouvez installer les packages en utilisant pip :
83
81
pip install pyserial tkmacosx
84
82
```
85
83
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 :
@@ -93,11 +93,7 @@ Cela créera une copie locale du dépôt sur votre machine.
93
93
94
94
#### Exécution de `arduino_logique.py` sur MacOS
95
95
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`.
0 commit comments