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
-[Installation sur MacOS](#installation-sur-macos)
20
21
-[Installation sur Windows](#installation-sur-windows)
22
+
-[Microcontrôleur](#microcontrôleur)
21
23
22
24
## Installation Instructions
23
25
24
26
Please go to the [release page](https://github.com/Team-Arduino-Logique/Arduino-Logique/releases) and download the latest release for your operating system.
25
27
28
+
### MacOS installation
29
+
30
+
#### Prerequisites for macOS
31
+
32
+
1. Install Python 3.
33
+
2. Install the required Python packages:
34
+
- pyserial
35
+
- tkmacosx
36
+
37
+
You can install the packages using pip:
38
+
39
+
```sh
40
+
pip install pyserial tkmacosx
41
+
```
42
+
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:
This will create a local copy of the repository on your machine.
52
+
53
+
#### Running `arduino_logique.py` on MacOS
54
+
55
+
After installing the prerequisites, you can run the `arduino_logique.py` script.
56
+
26
57
### Windows installation
27
58
28
59
Windows Defender will warn you about an unverified program. You can still execute it by clicking "More information", then "Continue".
@@ -35,12 +66,41 @@ Windows Defender will warn you about an unverified program. You can still execut
35
66
36
67
Veuillez vous rendre sur la [page des versions](https://github.com/Team-Arduino-Logique/Arduino-Logique/releases) et télécharger la dernière version pour votre système d'exploitation.
37
68
38
-
### Microcontrôleur
69
+
### Installation sur MacOS
39
70
40
-
#### TODO instructions pour microcontrôleur
71
+
#### Prérequis pour macOS
72
+
73
+
1. Installez Python 3.
74
+
2. Installez les packages Python requis :
75
+
- pyserial
76
+
- tkmacosx
77
+
78
+
Vous pouvez installer les packages en utilisant pip :
79
+
80
+
```sh
81
+
pip install pyserial tkmacosx
82
+
```
83
+
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 :
Cela créera une copie locale du dépôt sur votre machine.
93
+
94
+
#### Exécution de `arduino_logique.py` sur MacOS
95
+
96
+
Après avoir installé les prérequis, vous pouvez exécuter le script `arduino_logique.py`.
41
97
42
98
### Installation sur Windows
43
99
44
100
Lors de l'installation sur Windows, un avertissement de sécurité peut apparaître. Pour continuer, cliquez sur "Informations complémentaires", puis sélectionnez "Exécuter quand même".
45
101
46
-

102
+

0 commit comments