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, you can 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.
50
+
51
+
#### Running `arduino_logique.py` on MacOS
52
+
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
+
```
58
+
26
59
### Windows installation
27
60
28
61
Windows Defender will warn you about an unverified program. You can still execute it by clicking "More information", then "Continue".
@@ -35,12 +68,43 @@ Windows Defender will warn you about an unverified program. You can still execut
35
68
36
69
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
70
38
-
### Microcontrôleur
71
+
### Installation sur MacOS
39
72
40
-
#### TODO instructions pour microcontrôleur
73
+
#### Prérequis pour macOS
74
+
75
+
1. Installez Python 3.
76
+
2. Installez les packages Python requis :
77
+
- pyserial
78
+
- tkmacosx
79
+
80
+
Vous pouvez installer les packages en utilisant pip :
81
+
82
+
```sh
83
+
pip install pyserial tkmacosx
84
+
```
85
+
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 :
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` 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
+
```
41
101
42
102
### Installation sur Windows
43
103
44
104
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
105
46
-

106
+

0 commit comments