From 0b6232d6ffa5327d9580443781e7d3e571e4cd2a Mon Sep 17 00:00:00 2001 From: Michael Herrmann Date: Fri, 28 Jun 2019 09:51:12 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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:

PyQt Examples launcher

+You can use it to easily browse and run the official demo applications. For instance, the _Quick_/_Animation_/_ColorAnimation_, _Graphics Effects_/_Lighting and Shadows_, _Desktop_/ and _Widgets_/_Tetrix_ examples are quite nice. + ## Running the examples Running the examples is really easy. The only thing you need is [Python 3](https://www.python.org/downloads/).