From 527ed6924506729e69f24073f0eaff1ae27117ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elo=C3=AFse=20Brocas?= Date: Mon, 11 Dec 2023 15:27:11 +0100 Subject: [PATCH] README: fix pip package name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0af3b71..6534df0 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Sourcetrail can be installed using [its last release](https://github.com/CoatiSo Pyrrha requires a Python version >= 3.10. It is recommended to install the Python package inside a virtualenv. You can use `pip` to install it. ```python -pip install pyrrha-project +pip install pyrrha-mapper ``` If you prefer using sources to install Pyrrha, do the following: ```commandline