From 1ebc6a1431d6f0fbc23a3636e87f2594b16b9847 Mon Sep 17 00:00:00 2001 From: alberto56 Date: Sat, 9 May 2020 08:03:23 -0400 Subject: [PATCH] use python3 in readme and dockerfile --- Dockerfile | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8c588789..27077950 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:2 +FROM python:3 # needed to allow linkchecker create plugin directory and initial configuration file in "home" dir ENV HOME /tmp diff --git a/README.rst b/README.rst index ab2b9b31..fadcdf07 100644 --- a/README.rst +++ b/README.rst @@ -32,7 +32,7 @@ See `doc/install.txt`_ in the source code archive for general information. Excep .. _doc/install.txt: doc/install.txt -Python 2.7.2 or later is needed. It doesn't work with Python 3 yet, see `#40 `_ for details. +Python 3 or later is needed. 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 `_.