48 lines
1.1 KiB
HTML
48 lines
1.1 KiB
HTML
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title></title></head><body><h3>Erster Test</h3>
|
|
<ol>
|
|
<li>lets go</li>
|
|
<li>oder was</li>
|
|
<li>naja</li>
|
|
</ol>
|
|
<hr />
|
|
<img src="jens.jpg" width="200">
|
|
<br>
|
|
<hr />
|
|
<blockquote>
|
|
<p>Aufbau</p>
|
|
<ul>
|
|
<li>Syringe</li>
|
|
</ul>
|
|
<blockquote>
|
|
</blockquote>
|
|
<ul>
|
|
<li>Photomultiplyer</li>
|
|
</ul>
|
|
<p><strong>Abbau</strong></p>
|
|
</blockquote>
|
|
<pre><code>This is a python THing
|
|
lets do it now
|
|
</code></pre>
|
|
<p><code>ok in an imperial way</code> then</p>
|
|
<p>I Love My <strong><a href="https://science.jefro.de">science</a></strong></p>
|
|
<h4>Entwicklung</h4>
|
|
<pre><code>- [ ] Juni 2022
|
|
- [ ] This creates an Environment for the Software based on
|
|
- [ ] poseidon https://github.com/pachterlab/poseidon
|
|
- [ ] PyQtGraph https://www.pyqtgraph.org/
|
|
|
|
conda create --name piPyGra
|
|
conda activate piPyGra
|
|
conda install -c conda-forge pyqtgraph
|
|
conda install pyserial
|
|
pip install pyinstaller pyqt5
|
|
pip install PyQtWebEngine
|
|
.... work ...
|
|
conda deactivate
|
|
|
|
conda activate PiPyGra
|
|
Ananconda prompt designer
|
|
pyuic5 -x gui2.ui -o gui2.py
|
|
|
|
</code></pre>
|
|
</body></html> |