aboutsummaryrefslogtreecommitdiffstats
path: root/examples/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md11
1 files changed, 2 insertions, 9 deletions
diff --git a/examples/README.md b/examples/README.md
index f94ef22..977c45c 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -5,13 +5,6 @@ own directory, where you can inspect its source code.
## How to install
-If you want to install some of these extensions to play around with them, you can use the
-`package.py` utility. Run `$ python package.py` in your terminal, to generate extension packages
-(.zip files) of all the extensions in this directory. The generated extension packages can then be
-installed into your QtCreator using the extension manager that comes with the plugin. (Find the
-extension manager in the help menu of your QtCreator.)
-To clean this directory from generated packages, simply run `$ python package.py clean` in your
-terminal. Note that for your own Python extensions, it is sufficient to distribute .zip
-files, which you can easily generate manually. **Remember to include a top-level directory** when
-making your own extension packages.
+Simply run `make copyexamples` to copy the examples to the right location
+in the build directory.