Project

General

Profile

Python » History » Version 3

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

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 3 Frédéric Blanc
si besoin installer
10
11 1 Frédéric Blanc
<pre><code class="python">
12
pip install serial
13
</code></pre>
14
15
<pre><code class="python">
16
pip install minimalmodbus
17
</code></pre>
18
19
<pre><code class="python">
20
pip install pyqt5
21
</code></pre>
22
23 2 Frédéric Blanc
<pre><code class="python">
24
pip install pyqtgraph
25
</code></pre>
26 1 Frédéric Blanc
27
<pre><code class="shell">
28
sudo apt install python3-pyqt5
29
</code></pre>
30
31
32
https://pythonbasics.org/install-pyqt/