mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 03:31:50 +02:00
477 B
477 B
(developer)=
Development
---
maxdepth: 1
hidden: true
---
reference/
To contribute to the development of BEC Widgets, start by setting up the development environment:
- Clone the Repository:
git clone https://gitlab.psi.ch/bec/bec_widgets
cd bec_widgets
- Install in Editable Mode:
Installing the package in editable mode allows you to make changes to the code and test them in real-time.
pip install -e .[dev,pyqt6]