From 2dc495b06a3134d4ec3b9081f39e61c87a747f3b Mon Sep 17 00:00:00 2001 From: WangTKurata Date: Wed, 7 May 2025 08:52:55 +0000 Subject: [PATCH] [IMP] Update installation instructions for clarity and consistency [FIX] Correct installation command for oca-maintainers-tools in README ci: add py313, don't use ubuntu 20 runner Drop support for old pythons --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 57047b755..311eb6ae2 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,13 @@ $ cd maintainer-tools $ virtualenv env $ . env/bin/activate - $ python setup.py install + $ pip install -e . + +Alternatively, you can install directly from PyPI: + + $ pip install git+https://github.com/OCA/maintainer-tools -Alternatively if using pipx. +Or if using pipx: $ pipx install oca-maintainers-tools@git+https://github.com/OCA/maintainer-tools.git @@ -146,7 +150,7 @@ A custom icon can be added using the `--src-icon` argument: ## Developers As a developer, you want to launch the scripts without installing the -egg. +package in your system. $ git clone git@github.com:OCA/maintainer-tools.git $ cd maintainer-tools