Project

General

Profile

Python » History » Version 1

Frédéric Blanc, 2024-06-14 14:15

1 1 Frédéric Blanc
h1. Python
2
3
h2. OS
4
5
h3. Ubuntu
6
7
testé avec Python 3.10.12 et ubuntu 22.04.4 LTS
8
9
<pre><code class="python">
10
pip install serial
11
</code></pre>
12
13
<pre><code class="python">
14
pip install minimalmodbus
15
</code></pre>
16
17
<pre><code class="python">
18
pip install pyqt5
19
</code></pre>
20
21
22
<pre><code class="shell">
23
sudo apt install python3-pyqt5
24
</code></pre>
25
26
27
https://pythonbasics.org/install-pyqt/