From 345656da5340c262611df1b63725cbe5317d1a82 Mon Sep 17 00:00:00 2001 From: Amandine PERRIN <amandine.perrin@pasteur.fr> Date: Mon, 19 Oct 2020 18:35:08 +0200 Subject: [PATCH] replace pypi by pip, most known by users --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cdeb007d..0db8a0c5 100755 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Amandine PERRIN, Eduardo P.C. ROCHA (2020). PanACoTA: A modular tool for massiv Installation - [Dependences](#dep) -- [Pypi](#pypi) +- [pip](#pypi) - [cloning github repository](#clone) - [singularity](#singularity) @@ -92,7 +92,7 @@ You have different possibilities to install `PanACoTa`. **Warning:** If you plan to work on the scripts, choose the development installation (see [Development section](#develop)). -### <a name="pypi"></a> From pypi +### <a name="pypi"></a> From pip A very simple way to install the last stable version. This will install files in your python site-packages folder. -- GitLab