Skip to content

Commit 0d93cc8

Browse files
committed
Add install instructions in README.md
1 parent 6a567ac commit 0d93cc8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ The script requires Python >= 2.7.
1414

1515
Module `pyenchant` is required if spelling is checked (option `-s`).
1616

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+
1727
## Usage
1828

1929
Syntax:

0 commit comments

Comments
 (0)