Quellcode durchsuchen

Note about integrating Pynsist in larger build systems

Closes gh-180
Thomas Kluyver vor 6 Jahren
Ursprung
Commit
a105ae1c82
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 4 0
      README.rst

+ 4 - 0
README.rst

@@ -45,3 +45,7 @@ Quickstart
 
 3. Run ``pynsist installer.cfg`` to generate your installer. If ``pynsist`` isn't
    found, you can use ``python -m nsist installer.cfg`` instead.
+
+This example illustrates how to use Pynsist by itself, for simple projects.
+There are other options which can make it easier to integrate as a step in
+a more complex build process. See the docs for more information.