diff --git a/README.md b/README.md index 474c90c..e41ef6a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The above examples are from the book [Python and Qt: The Best Parts](https://bui ## Official PyQt demos -The [PyQt source archive](https://www.riverbankcomputing.com/software/pyqt/download5) also contains a large number of sample files. You can find them reproduced here in the [`src/pyqt-official`](src/pyqt-official) directory. The easiest way to browse them is to follow the [instructions about running examples](#running-the-examples) below, then execute the following commands: +The [PyQt source archive](https://www.riverbankcomputing.com/software/pyqt/download5) also contains a large number of sample files. You can find them reproduced here in the [`src/pyqt-official`](src/pyqt-official) directory. The easiest way to start them is to follow the [instructions about running examples](#running-the-examples) below, then execute the following commands: cd src/pyqt-official/qtdemo python qtdemo.py @@ -31,6 +31,8 @@ This starts the PyQt example launcher: