-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
39 lines (26 loc) · 936 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
##################
flickr-spellcheckr
##################
A command line utility to go and spell check the title and descriptions of
your photos on flickr.
Full docs are hosted on Read the Docs http://flickr-spellcheckr.readthedocs.org/
Installing
==========
pip should be enough to get it installed
pip install flickr-spellcheckr
Windows Users
-------------
There does not appear to be a simple way to install pyenchant. Please go to
http://pypi.python.org/pypi/pyenchant/
and download the egg for your platform and Python version. From there an
easy_install download.pychant.egg
should be enough to make pip happy.
Running
=======
The setup script creates a ``flickr-spellchekr`` command. Running that should
put you in the command prompt interface for flickr-spellcheckr. Online help is
available by typing help
Thanks
======
A shoutout to PyCon 2012, for introducing me to awesome tools. cmd.py is
pretty slick.