diff --git a/README.md b/README.md index 06c5a61..9576265 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Gooey (Beta) ===== -Turn (almost) any Python Console Program into a GUI application with one line +Turn (almost) any Python 2 or 3 Console Program into a GUI application with one line

@@ -38,10 +38,7 @@ Table of Contents - - - ----------- +---------- ### Artist Wanted! @@ -53,19 +50,16 @@ Drop me an email if you want to help ---------------- - - ## Quick Start ### Installation instructions -The easiest way to install Gooey is via `pip` +The easiest way to install Gooey is via `pip` pip install Gooey - Alternatively, you can install Gooey by cloning the project to your local directory git clone https://github.com/chriskiehl/Gooey.git @@ -74,7 +68,9 @@ run `setup.py` python setup.py install -After Gooey is installed, make sure [wxPython](http://www.wxpython.org/download.php) is installed on your machine as well. Unfortanately, this cannot be done from the CLI and should be manually downloaded from the [wxPython website](http://www.wxpython.org/download.php). +**NOTE:** Python 2 users must manually install WxPython! Unfortunately, this cannot be done as part of the pip installation and should be manually downloaded from the [wxPython website](http://www.wxpython.org/download.php). + + ### Usage