14 lines
341 B
Plaintext
14 lines
341 B
Plaintext
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
|
|
|
|
...
|
|
conda deactivate |