From 4dab63ef9a001d9519ff4e8e7fb59aee95ce3ef1 Mon Sep 17 00:00:00 2001 From: David Strauss Date: Mon, 8 Jun 2015 16:33:49 -0700 Subject: Fix spelling of OpenSSL --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9fcc6c793..bb2208233 100644 --- a/setup.py +++ b/setup.py @@ -1,9 +1,9 @@ """This is a distutils setup-script for the PySide project To build the PySide, simply execute: - python setup.py build --qmake= [--cmake=] [--opnessl=] + python setup.py build --qmake= [--cmake=] [--openssl=] or - python setup.py install --qmake= [--cmake=] [--opnessl=] + python setup.py install --qmake= [--cmake=] [--openssl=] to build and install into your current Python installation. On Linux you can use option --standalone, to embed Qt libraries to PySide distribution -- cgit v1.2.3