aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/deployment.rst
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2021-09-23 16:28:41 +0200
committerChristian Tismer <tismer@stackless.com>2021-09-24 16:14:47 +0200
commit589f97d26dedb4d3da7debb2c238291df941315b (patch)
treeb0da064f801d0c0fad1dedf1bbacee1e951b3fba /sources/pyside6/doc/deployment.rst
parent97b4305474fd25a68b95b815cca6e413fcc80884 (diff)
Document the usage of Nuitka
This documentation is adapted from the document deployment-pyinstaller.rst . Task-number: PYSIDE-1523 Change-Id: I2f42d596ea1073158ff8c198ed01a5816c745d58 Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/pyside6/doc/deployment.rst')
-rw-r--r--sources/pyside6/doc/deployment.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/sources/pyside6/doc/deployment.rst b/sources/pyside6/doc/deployment.rst
index a294905a0..f8b22ae44 100644
--- a/sources/pyside6/doc/deployment.rst
+++ b/sources/pyside6/doc/deployment.rst
@@ -104,6 +104,15 @@ The following table summarizes the platform support for those packaging tools:
<td><p style="color: green;">yes</p></td>
<td><p style="color: green;">yes</p></td>
</tr>
+ <tr>
+ <td><p>Nuitka</p></td>
+ <td><p>MIT</p></td>
+ <td><p style="color: green;">yes</p></td>
+ <td><p style="color: green;">yes</p></td>
+ <td><p style="color: green;">yes</p></td>
+ <td><p style="color: green;">yes</p></td>
+ <td><p style="color: green;">yes</p></td>
+ </tr>
</tbody>
</table>
@@ -134,3 +143,4 @@ Here's a set of tutorials on how to use these tools:
deployment-cxfreeze.rst
deployment-briefcase.rst
deployment-py2exe.rst
+ deployment-nuitka.rst