We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ce182 commit 70c69a3Copy full SHA for 70c69a3
README.md
@@ -25,7 +25,7 @@ The script requires:
25
26
- Python ≥ 3.9
27
- gettext (for the command `msgfmt`, used to compile PO files)
28
-- the python module `pyenchant` if spelling is checked (with option `-s`).
+- the python module `pyenchant` for spell checking (option `-s`).
29
30
## Install
31
@@ -35,10 +35,10 @@ Install a released version from the Python package index with pip:
35
$ pip install msgcheck
36
```
37
38
-Or you can install via source distribution:
+Or you can run via source distribution:
39
40
41
-$ python setup.py install
+$ uv run msgcheck
42
43
44
## Usage
0 commit comments