Browse Source

Update README

Thomas Kluyver 11 years ago
parent
commit
c37e12ecf9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.rst

+ 1 - 1
README.rst

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