Project

General

Profile

Python » History » Version 2

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
<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 2 Frédéric Blanc
<pre><code class="python">
22
pip install pyqtgraph
23
</code></pre>
24 1 Frédéric Blanc
25
<pre><code class="shell">
26
sudo apt install python3-pyqt5
27
</code></pre>
28
29
30
https://pythonbasics.org/install-pyqt/