We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a567ac commit 0d93cc8Copy full SHA for 0d93cc8
1 file changed
README.md
@@ -14,6 +14,16 @@ The script requires Python >= 2.7.
14
15
Module `pyenchant` is required if spelling is checked (option `-s`).
16
17
+## Install
18
+
19
+Install a released version from the Python package index with pip:
20
21
+ $ pip install msgcheck
22
23
+Install via source distribution:
24
25
+ $ python setup.py install
26
27
## Usage
28
29
Syntax:
0 commit comments