use python3 in readme and dockerfile

This commit is contained in:
alberto56 2020-05-09 08:03:23 -04:00
parent fdbb3a3b76
commit 1ebc6a1431
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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 <https://github.com/linkchecker/linkchecker/pull/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 <https://github.com/linkchecker/linkchecker/pull/4>`_.