Skip to content

Commit f9fa21c

Browse files
committed
README: Minor tweaks for latest version
Signed-off-by: Stephen Finucane <[email protected]>
1 parent 73b2215 commit f9fa21c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ On Ubuntu, run:
5656
$ sudo apt-get install python3-requests python3-click python3-pbr \
5757
python3-arrow python3-tabulate python3-yaml
5858
59-
Once dependencies are installed, clone this repo and run ``setup.py``:
59+
Once dependencies are installed, clone this repo and install with ``pip``:
6060

6161
.. code-block:: bash
6262
6363
$ git clone https://github.com/getpatchwork/git-pw
6464
$ cd git-pw
65-
$ pip install --user . # or 'sudo python setup.py install'
65+
$ pip install --user .
6666
6767
Getting Started
6868
---------------
@@ -74,14 +74,14 @@ settings are **required**:
7474
The URL for the Patchwork instance's API. This should include the API
7575
version::
7676

77-
https://patchwork.ozlabs.org/api/1.2
77+
https://patchwork.ozlabs.org/api/1.3
7878

7979
You can discover the API version supported by your instance by comparing the
8080
server version, found at ``/about``, with the API versions provided in the
8181
`documentation`__. For example, if your server is running Patchwork version
82-
3.0.x, you should use API version 1.2.
82+
3.2.x, you should use API version 1.3.
8383

84-
.. __: https://patchwork.readthedocs.io/en/stable-3.0/api/rest/#rest-api-versions
84+
.. __: https://patchwork.readthedocs.io/en/stable-3.2/api/rest/#rest-api-versions
8585

8686
``pw.project``
8787
The project name or list-id. This will appear in the URL when using the web

0 commit comments

Comments
 (0)