mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
use python3 in readme and dockerfile
This commit is contained in:
parent
fdbb3a3b76
commit
1ebc6a1431
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>`_.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue