0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00

docs: readdocs updated

This commit is contained in:
wyzula-jan
2023-12-12 11:23:55 +01:00
parent 3abd955465
commit af995a74f3
11 changed files with 193 additions and 6 deletions

View File

@ -1,2 +1,16 @@
(developer)=
# Developer
# Development
To contribute to the development of BEC Widgets, start by setting up the development environment:
1. **Clone the Repository**:
```bash
git clone https://gitlab.psi.ch/bec/bec-widgets
cd bec-widgets
```
2. **Install in Editable Mode**:
Installing the package in editable mode allows you to make changes to the code and test them in real-time.
```bash
pip install -e .[dev]
```