aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2019-09-09 10:28:27 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2019-09-11 11:29:58 +0200
commitee8f8e9801c0caf2c49b0a40a21f3b5ae444cf15 (patch)
tree01c98a3adc03e8c47945e2a062e1884639247cd7 /sources/pyside2
parente7543bf0f9104280b106e7cff367aca747cad06e (diff)
Fix formatting of the deployment documentation
Fix wrapping and bullet list. Fixes: PYSIDE-1089 Change-Id: Ibf4c7f6ccb5b167da6ccb4afa9cc2c51d0551c78 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside2')
-rw-r--r--sources/pyside2/doc/deployment-pyinstaller.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/sources/pyside2/doc/deployment-pyinstaller.rst b/sources/pyside2/doc/deployment-pyinstaller.rst
index 7a720f558..53335ee89 100644
--- a/sources/pyside2/doc/deployment-pyinstaller.rst
+++ b/sources/pyside2/doc/deployment-pyinstaller.rst
@@ -108,7 +108,7 @@ execute the program::
./MyApplication
.. note:: The directory inside `dist/` and the executable will have
-the same name.
+ the same name.
If you prefer to have everything bundled into one executable,
without the shared libraries next to it, you can use the option
@@ -160,16 +160,16 @@ section of the spec-file::
Safety Instructions
-------------------
-o When using `PyInstaller` with `virtualenv`, make sure that there is no system
+- When using `PyInstaller` with `virtualenv`, make sure that there is no system
installation of PySide2 or shiboken2.
-o Before compiling, use `pip -uninstall pyside2 shiboken2 -y` multiple times, until
+- Before compiling, use `pip -uninstall pyside2 shiboken2 -y` multiple times, until
none of the programs are found anymore.
-o Pip is usually a good tool. But to be 100 % sure, you should directly remove
+- Pip is usually a good tool. But to be 100 % sure, you should directly remove
the PySide2 and shiboken2 folders from site-packages.
-o Be sure to use the right version of pip. The safest way to really run the right
+- Be sure to use the right version of pip. The safest way to really run the right
pip, is to use the Python that you mean: Instead of the pip command, better use::
<path/to/your/>python -m pip