@ -53,19 +50,16 @@ Drop me an <a href="mailto:audionautic@gmail.com">email</a> 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).