Install Pymepix with Pymepixviewer¶
Create new folder (e.g.
timepix)Open folder from Step 1 in terminal (e.g.
cd timepix)Clone both Pymepix and Pymepixviewer into the new folder into two separate repositories
git clone https://gitlab.desy.de/CMI/CMI-public/pymepix.git
git clone https://gitlab.desy.de/CMI/CMI-public/pymepix-viewer.git
Create a virtual environment by running
uv venvin the terminalActivate the virtual environment in the terminal by running
source .venv/bin/activateInstall the pymepix repository by running
cd pymepix; uv pip install .Run
uv pip install pyqt5Install Pymepixviewer by running
cd ../pymepixviewer; uv pip install .Install git lfs by running
git lfs installandgit lfs pullRun a simple test as described in the chapter “Use Pymepix without camera” to make sure everything works
Done