Update docs to mention customising python path on module project as well

This commit is contained in:
baldurk
2024-01-30 20:33:13 +00:00
parent faa0695323
commit 6de0787b58
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ For this section we assume you have built a copy of RenderDoc and have the modul
On windows by default RenderDoc builds against python 3.6 which is what it's distributed with.
This can be overridden by setting an overridden path under the ``Python Configuration`` section in the properties of the ``qrenderdoc`` project. It must point to a python installation.
This can be overridden by setting an overridden path under the ``Python Configuration`` section in the properties of the ``qrenderdoc`` project and ``pyrenderdoc_module`` project. It must point to a python installation.
RenderDoc requires pythonXY.lib, include files such as include/Python.h, as well as a .zip of the standard library. If you installed python with an installer you have the first two, and can generate the standard library zip by zipping the contents of the Lib folder. If you downloaded the embeddable zip distribution you will only have the standard library zip, you need to obtain the include files and ``.lib`` file separately.