Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lzqwebsoft committed Jan 9, 2014
1 parent ad6375f commit 6281395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Which uses python 3.3.2 to development, so if you want development by youself, y

* First, Click [HERE](http://www.python.org/getit) to download python 3.3.2 and install it.

* Second, Download and install the related expansion pack: [Python Imaging Library(PLI)](http://www.lfd.uci.edu/~gohlke/pythonlibs/#pil).It is used to generate captcha image in the Tk. **Note**: *In python3 Pillow is a replacement for PIL.*
* Second, Download and install the related expansion pack: [Python Imaging Library(PIL)](http://www.lfd.uci.edu/~gohlke/pythonlibs/#pil).It is used to generate captcha image in the Tk. **Note**: *In python3 Pillow is a replacement for PIL.*

* Last, Optionally. If you want to run it without requiring a Python installation. Maybe you can install [cx_Freeze](http://cx-freeze.sourceforge.net/) for freezing Python scripts into executable Windows programs. Well you can use the command as given below for converts:
```shell
Expand Down

0 comments on commit 6281395

Please sign in to comment.