0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00
Files
bec_widgets/docs/developer/developer.md
2023-12-12 17:26:28 +01:00

406 B

(developer)=

Development

To contribute to the development of BEC Widgets, start by setting up the development environment:

  1. Clone the Repository:
git clone https://gitlab.psi.ch/bec/bec-widgets
cd bec-widgets
  1. 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]