File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments