aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Tismer <ctismer@gmail.com>2015-09-20 00:59:16 +0200
committerChristian Tismer <ctismer@gmail.com>2015-09-20 00:59:16 +0200
commitd45034c5b2ef602a4a011ca2f12609e4760266f7 (patch)
tree2248e21032daf072745b84965644af37c3ec19e8
parent0d814764dd2d34553b4f4d8f34a0641457a21a7c (diff)
add a readme
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3e48b14
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+Examples
+========
+
+PySide2 example scripts for PySide2. If you would like to install PySide2, please go to [pyside2-setup](https://github.com/PySide/pyside2-setup) for instructions.
+
+Resources:
+
+* [PySide2-setup](https://github.com/PySide/pyside2-setup)
+ The container-project with the setup.py script. It contains the following sub-projects:
+ * [PySide2 Wiki](https://github.com/PySide/pyside2/wiki)
+ Developer information
+ * [PySide2](https://github.com/PySide/pyside2)
+ The PySide2 project
+ * [Shiboken2](https://github.com/PySide/shiboken2)
+ The Shiboken2 project
+ * [PySide2-tools](https://github.com/PySide/pyside2-examples)
+ The PySide2-tools project
+ * [PySide2-examples](https://github.com/PySide/pyside2-examples)
+ The PySide2 example scripts