From 2e2c81130eb4e1ec2e6033713ae186425613c6ee Mon Sep 17 00:00:00 2001 From: Jon Oster Date: Mon, 21 Oct 2019 15:58:41 +0200 Subject: [PATCH] Add instructions to install current release tag from git via pip Signed-off-by: Jon Oster --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8e3f7e86..25ae080b 100644 --- a/README.rst +++ b/README.rst @@ -34,7 +34,7 @@ See `doc/install.txt`_ in the source code archive for general information. Excep Python 2.7.2 or later is needed. It doesn't work with Python 3 yet, see `#40 `_ for details. -The version in the pip repository is old. Instead, use the current git master version via `pip install git+https://github.com/linkchecker/linkchecker.git`. See `#4 `_. +The version in the pip repository is old. Instead, you can use pip to install the latest release from git: ``pip install git+https://github.com/linkchecker/linkchecker.git@v9.4.0``. See `#4 `_. Windows builds are seriously lagging behind the Linux releases, see `#53 `_ for details. For now, the only two options are to install from source or use `Docker for Windows `_.