From 45a550899e0adf6958764d8a5133da4e21aa7fea Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Fri, 13 Oct 2023 14:14:12 -0700 Subject: Add note to README about dev branch --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index eecea90..bd8ece2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ Something like wget for downloading a file from MediaWiki sites (like Wikipedia or Wikimedia Commons) using only the file name or the URL of its description page. -Requires Python 3.7+. Get it with `pip install --user wikiget` or `pipx install wikiget`. +Requires Python 3.7+ and pip. Get it with `pip install wikiget` or `pipx install wikiget`. For the latest features, at +the risk of bugs and undocumented behavior, you can try the dev branch: +`pip install https://github.com/clpo13/wikiget/archive/refs/heads/dev.zip` ## Usage -- cgit v1.2.3