Skip to content

Commit 1cca30e

Browse files
authored
Merge pull request #654 from WangTKurata/update-readme-to-use-pyproject
[IMP] Update installation instructions for clarity and consistency
2 parents 8057edf + 2dc495b commit 1cca30e

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)