52 lines
764 B
Plaintext
52 lines
764 B
Plaintext
### Erster Test
|
|
1. lets go
|
|
2. oder was
|
|
3. naja
|
|
|
|
___
|
|
|
|
<img src="jens.jpg" width="200">
|
|
<br>
|
|
|
|
---
|
|
> Aufbau
|
|
>
|
|
> - Syringe
|
|
>>
|
|
> - Photomultiplyer
|
|
>
|
|
> **Abbau**
|
|
|
|
|
|
This is a python THing
|
|
lets do it now
|
|
|
|
|
|
|
|
`ok in an imperial way` then
|
|
|
|
I Love My **[science](https://science.jefro.de)**
|
|
|
|
#### Entwicklung
|
|
|
|
```
|
|
- [ ] 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
|
|
|
|
```
|