瀏覽代碼

Link back to Pynsist 1.12 docs for older Python

Thomas Kluyver 7 年之前
父節點
當前提交
f7b220168b
共有 2 個文件被更改,包括 7 次插入3 次删除
  1. 3 1
      README.rst
  2. 4 2
      doc/index.rst

+ 3 - 1
README.rst

@@ -2,7 +2,9 @@ Pynsist is a tool to build Windows installers for your Python applications. The
 installers bundle Python itself, so you can distribute your application to
 people who don't have Python installed.
 
-Pynsist requires Python 3.5 or above.
+Pynsist 2 requires Python 3.5 or above.
+You can use `Pynsist 1.x <http://pynsist.readthedocs.io/en/1.12/>`_ on
+Python 2.7 and Python 3.3 or above.
 
 For more information, see `the documentation <https://pynsist.readthedocs.io/en/latest/>`_
 and `the examples <https://github.com/takluyver/pynsist/tree/master/examples>`_.

+ 4 - 2
doc/index.rst

@@ -5,7 +5,9 @@ Pynsist is a tool to build Windows installers for your Python applications. The
 installers bundle Python itself, so you can distribute your application to
 people who don't have Python installed.
 
-Pynsist requires Python 3.5 or above.
+Pynsist 2 requires Python 3.5 or above.
+You can use `Pynsist 1.x <http://pynsist.readthedocs.io/en/1.12/>`_ on
+Python 2.7 and Python 3.3 or above.
 
 Quickstart
 ----------
@@ -25,7 +27,7 @@ Quickstart
        icon=myapp.ico
 
        [Python]
-       version=3.4.0
+       version=3.6.3
 
        [Include]
        # Packages from PyPI that your application requires, one per line