We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8057edf + 2dc495b commit 1cca30eCopy full SHA for 1cca30e
1 file changed
README.md
@@ -9,9 +9,13 @@
9
$ cd maintainer-tools
10
$ virtualenv env
11
$ . env/bin/activate
12
- $ python setup.py install
+ $ pip install -e .
13
+
14
+Alternatively, you can install directly from PyPI:
15
16
+ $ pip install git+https://github.com/OCA/maintainer-tools
17
-Alternatively if using pipx.
18
+Or if using pipx:
19
20
$ pipx install oca-maintainers-tools@git+https://github.com/OCA/maintainer-tools.git
21
@@ -146,7 +150,7 @@ A custom icon can be added using the `--src-icon` argument:
146
150
## Developers
147
151
148
152
As a developer, you want to launch the scripts without installing the
149
-egg.
153
+package in your system.
154
155
$ git clone git@github.com:OCA/maintainer-tools.git
156
0 commit comments