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:
56
56
$ sudo apt-get install python3-requests python3-click python3-pbr \
57
57
python3-arrow python3-tabulate python3-yaml
58
58
59
- Once dependencies are installed, clone this repo and run `` setup.py ``:
59
+ Once dependencies are installed, clone this repo and install with `` pip ``:
60
60
61
61
.. code-block :: bash
62
62
63
63
$ git clone https://github.com/getpatchwork/git-pw
64
64
$ cd git-pw
65
- $ pip install --user . # or 'sudo python setup.py install'
65
+ $ pip install --user .
66
66
67
67
Getting Started
68
68
---------------
@@ -74,14 +74,14 @@ settings are **required**:
74
74
The URL for the Patchwork instance's API. This should include the API
75
75
version::
76
76
77
- https://patchwork.ozlabs.org/api/1.2
77
+ https://patchwork.ozlabs.org/api/1.3
78
78
79
79
You can discover the API version supported by your instance by comparing the
80
80
server version, found at ``/about ``, with the API versions provided in the
81
81
`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 .
83
83
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
85
85
86
86
``pw.project ``
87
87
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