Project

General

Profile

Python » History » Revision 2

Revision 1 (Frédéric Blanc, 2024-06-14 14:15) → Revision 2/3 (Frédéric Blanc, 2024-06-14 14:17)

h1. Python 

 

 h2. OS 

 h3. Ubuntu 

 testé avec Python 3.10.12 et ubuntu 22.04.4 LTS 

 <pre><code class="python"> 
 pip install serial 
 </code></pre> 

 <pre><code class="python"> 
 pip install minimalmodbus 
 </code></pre> 

 <pre><code class="python"> 
 pip install pyqt5 
 </code></pre> 

 <pre><code class="python"> 
 pip install pyqtgraph 
 </code></pre> 

 


 <pre><code class="shell"> 
 sudo apt install python3-pyqt5 
 </code></pre> 


 https://pythonbasics.org/install-pyqt/