aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCody Logan <clpo13@gmail.com>2023-09-26 13:25:19 -0700
committerCody Logan <clpo13@gmail.com>2023-09-26 13:25:19 -0700
commit3c720f269d69f8bc505efed3f86881e530f55949 (patch)
treef19915db2eafe895b949ced6dee183b51d3fb975 /README.md
parentcc78716425b184fef0e8cda191c9a0cce53d26a9 (diff)
downloadwikiget-3c720f269d69f8bc505efed3f86881e530f55949.tar.gz
wikiget-3c720f269d69f8bc505efed3f86881e530f55949.zip
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 043f305..a0ccf8d 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
# wikiget
+[![Python package](https://github.com/clpo13/wikiget/actions/workflows/python.yml/badge.svg?branch=master)](https://github.com/clpo13/wikiget/actions/workflows/python.yml)
[![PyPI version](https://badge.fury.io/py/wikiget.svg)](https://badge.fury.io/py/wikiget)
Something like wget for downloading a file from MediaWiki sites (like Wikipedia
@@ -93,9 +94,13 @@ source venv/bin/activate
Then run `pip install -e .` to invoke an
["editable" install](https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs),
meaning any changes made to the source will be reflected immediately in the executable
-script. Unit tests can be run with `pytest` (make sure to run `pip install pytest-cov`
+script. Unit tests can be run with `pytest` (make sure to run `pip install pytest`
in the virtual environment first.)
+Alternatively, using [Hatch](https://hatch.pypa.io/latest/), simply clone the repository
+and run `hatch run test` to create the environment and run pytest. Also try `hatch shell`
+or `hatch run wikiget --help`.
+
## License
Copyright (C) 2018-2023 Cody Logan and contributors