aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/gettingstarted/windows.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/doc/gettingstarted/windows.rst')
-rw-r--r--sources/pyside6/doc/gettingstarted/windows.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/sources/pyside6/doc/gettingstarted/windows.rst b/sources/pyside6/doc/gettingstarted/windows.rst
index dd266c8f4..f94421d24 100644
--- a/sources/pyside6/doc/gettingstarted/windows.rst
+++ b/sources/pyside6/doc/gettingstarted/windows.rst
@@ -7,9 +7,9 @@ selected when using the online installer.
Requirements
------------
- * `MSVC2022`_ or (MSVC2019) for Python 3 on Windows,
- * `OpenSSL`_ (optional for SSL support, Qt must have been configured using the same SSL library).
- * ``sphinx`` package for the documentation (optional).
+* `MSVC2022`_ or (MSVC2019) for Python 3 on Windows,
+* `OpenSSL`_ (optional for SSL support, Qt must have been configured using the same SSL library).
+* ``sphinx`` package for the documentation (optional).
.. note:: Python 3.8.0 was missing some API required for PySide/Shiboken so it's not possible
to use it for a Windows build.
@@ -83,7 +83,7 @@ Creating Debug Builds
* Choose *Custom Installation* when installing Python and tick the options for
debug binaries and libraries
-* Use ``venv`` to create a virtual environment and pass the debug binary:
+* Use ``venv`` to create a virtual environment and pass the debug binary::
python_d.exe -m venv testenv_d