Merge pull request #379 from dcycle/python3

Update README and Dockerfile with Python 3
This commit is contained in:
Marius Gedminas 2020-05-10 12:15:57 +03:00 committed by GitHub
commit f82e10cd39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>`_.