Skip to content

Commit 2dc495b

Browse files
WangTKuratasbidoul
authored andcommitted
[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
1 parent 8057edf commit 2dc495b

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@
99
$ cd maintainer-tools
1010
$ virtualenv env
1111
$ . env/bin/activate
12-
$ python setup.py install
12+
$ pip install -e .
13+
14+
Alternatively, you can install directly from PyPI:
15+
16+
$ pip install git+https://github.com/OCA/maintainer-tools
1317

14-
Alternatively if using pipx.
18+
Or if using pipx:
1519

1620
$ pipx install oca-maintainers-tools@git+https://github.com/OCA/maintainer-tools.git
1721

@@ -146,7 +150,7 @@ A custom icon can be added using the `--src-icon` argument:
146150
## Developers
147151

148152
As a developer, you want to launch the scripts without installing the
149-
egg.
153+
package in your system.
150154

151155
$ git clone git@github.com:OCA/maintainer-tools.git
152156
$ cd maintainer-tools

0 commit comments

Comments
 (0)