File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,17 @@ Repository: <https://github.com/lucasdemarchi/codespell>
17
17
18
18
Releases: < https://github.com/lucasdemarchi/codespell/releases >
19
19
20
+ Requirements
21
+ ------------
22
+
23
+ Python 3.0 or above.
24
+
20
25
Usage
21
26
-----
22
27
23
- Check usage with ` ./codespell -h ` . There are a few command line options. We ship
24
- a dictionary that is an improved version of the one available at
28
+ Check usage with ` ./codespell.py -h ` . There are a few command line options.
29
+ Note that upon installation with "make install" we don't have the "py" suffix.
30
+ We ship a dictionary that is an improved version of the one available at
25
31
< http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines >
26
32
after applying them in projects like Linux Kernel, EFL, oFono among others.
27
33
You can provide your own version of the directory, but patches for
You can’t perform that action at this time.
0 commit comments