Skip to content

Commit 5634712

Browse files
committed
update readme
1 parent e6d6f2e commit 5634712

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,22 @@ PyQt6 Bindings for (the amazing)
1111
[![Video Advanced
1212
Docking](https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/blob/483bb7354ace8f07b76f483ec167e84467ac3977/doc/advanced-docking_video.png)](https://www.youtube.com/watch?v=7pdNfafg3Qc)
1313

14+
## Installation
15+
16+
```sh
17+
pip install PyQt6Ads
18+
```
19+
20+
## Usage
21+
1422
Please see [documentation in the upstream
1523
repo](https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/blob/master/doc/user-guide.md).
24+
25+
See also [examples in this repo](./examples/).
26+
1627
The autogenerated type stubs are also useful for understanding the API.
1728

18-
- **For PySide6**: See https://github.com/mborgerson/pyside6_qtads
19-
- **For PyQt5**: See https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System#pyqt5 (in the upstream repo)
29+
## Alternatives
30+
31+
- **For PySide6**: See <https://github.com/mborgerson/pyside6_qtads>
32+
- **For PyQt5**: See <https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System#pyqt5> (in the upstream repo)

0 commit comments

Comments
 (0)