From 0c165812832253e1edefa8454af71c11446623f4 Mon Sep 17 00:00:00 2001 From: Roberto Di Cosmo <roberto@dicosmo.org> Date: Tue, 2 Feb 2021 13:52:16 +0100 Subject: [PATCH] Make explicit Python 3 dependency --- docs/persistent-identifiers.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/persistent-identifiers.rst b/docs/persistent-identifiers.rst index 94d8d456..bb807843 100644 --- a/docs/persistent-identifiers.rst +++ b/docs/persistent-identifiers.rst @@ -300,8 +300,8 @@ third party. An implementation of SWHID that allows to do so locally is the `swh identify <https://docs.softwareheritage.org/devel/swh-model/cli.html>`_ tool, available from the `swh.model <https://pypi.org/project/swh.model/>`_ Python package under the GPL license. This package can be installed via the ``pip`` -package manager with the one liner ``pip install swh.model`` on any machine with -Python and ``pip`` installed (on a Debian or Ubuntu system a simple ``apt install python3 python3-pip`` +package manager with the one liner ``pip3 install swh.model`` on any machine with +Python (at least version 3.7) and ``pip`` installed (on a Debian or Ubuntu system a simple ``apt install python3 python3-pip`` will suffice, see `the general instructions <https://packaging.python.org/tutorials/installing-packages/>`_ for other platforms). SWHIDs are also automatically computed by Software Heritage for all archived -- GitLab