From b1e9a0f3c2bfc0523129abc477f405e87f16749f Mon Sep 17 00:00:00 2001 From: guglielmopadula <93089445+guglielmopadula@users.noreply.github.com> Date: Fri, 26 Jun 2026 07:04:32 +0200 Subject: [PATCH 1/2] Fix installation command in README Update installation instructions for the package. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 466ab50..f4ea145 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ The official distribution is on GitHub, and you can clone the repository using To install the package just type: ```bash -> python setup.py install +> python install . ``` To uninstall the package you have to rerun the installation and record the installed files in order to remove them: From 0b83cf3de685dd68cb60379f8f17e15e3266967a Mon Sep 17 00:00:00 2001 From: guglielmopadula <93089445+guglielmopadula@users.noreply.github.com> Date: Fri, 26 Jun 2026 07:06:20 +0200 Subject: [PATCH 2/2] Fix installation command in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4ea145..29a3c9f 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ The official distribution is on GitHub, and you can clone the repository using To install the package just type: ```bash -> python install . +> pip install . ``` To uninstall the package you have to rerun the installation and record the installed files in order to remove them: