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

docs: update install instructions

This commit is contained in:
2024-05-09 14:53:57 +02:00
parent 32e1a9d847
commit 57ee735e5c
4 changed files with 14 additions and 13 deletions

View File

@ -20,7 +20,7 @@ cd bec_widgets
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]
pip install -e .[dev,pyqt6]
```