Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hilen Lai committed Jan 4, 2016
1 parent 7bacef4 commit 80e65cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ Alfred.QRCode
A QRcode generator based on [python-qrcode](https://github.com/lincolnloop/python-qrcode) for Alfred Workflows.

##Install Python library:
1. Install image library [pillow](https://pypi.python.org/pypi/Pillow) by : `sudo pip install pillow`
2. Install [python-qrcode](https://github.com/lincolnloop/python-qrcode) by : `sudo easy_install qrcode`
1. Install python packages tool [pip](https://github.com/pypa/pip) by: `sudo easy_install pip`
2. Install image library [pillow](https://pypi.python.org/pypi/Pillow) by : `sudo pip install pillow`
3. Install [python-qrcode](https://github.com/lincolnloop/python-qrcode) by : `sudo easy_install qrcode`

##Usage:
1. Type `qr text`;
Expand Down

0 comments on commit 80e65cf

Please sign in to comment.