From 8ac6228f7a4707e23e7ff091e389d61ac5bad5d6 Mon Sep 17 00:00:00 2001 From: Ethan Date: Sat, 19 Sep 2015 10:41:10 -0700 Subject: .rst to md for unified doc types. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 000000000..148b4b628 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +#PySide2 + +This is the main repository for PySide2, the latest and greatest version of the Python bindings of Qt. +PySide 2 supports Qt4 and Qt5. For building, please read about [gettting the dependencies](https://github.com/PySide/pyside-setup2/wiki/Dependencies). Then download the sources by running `git clone --recursive https://github.com/PySide/pyside-setup2.git`. + +###Building + +####Windows +On Windows, once you have gotten the dependencies and the source, `cd pyside-setup2.git` to enter the directory and then: +``` +python setup.py install --qmake=\path\to\bin\qmake --cmake=/path/to/bin/cmake --openssl=/path/to/openssl/bin +``` + -- cgit v1.2.3