From b400d6894718bc4e6b6a53c44542f7edaed12ca8 Mon Sep 17 00:00:00 2001 From: Antoine Pietri <antoine.pietri1@gmail.com> Date: Mon, 15 Oct 2018 10:48:42 +0200 Subject: [PATCH] getting-started: pip-swh-packages: add --with-testing --- docs/getting-started.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started.rst b/docs/getting-started.rst index c2777359..70ddc0f3 100644 --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -108,10 +108,10 @@ Heritage):: source .venv/bin/activate -You can now install Software Heritage Python modules and their dependencies -using:: +You can now install Software Heritage Python modules, their dependencies and +the testing-related dependencies using:: - pip install $( bin/pip-swh-packages ) + pip install $( bin/pip-swh-packages --with-testing ) Step 3 --- set up storage -- GitLab