You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,17 @@ The `api-editor` is a tool to improve the API of a Python library in a semi-auto
6
6
7
7
The automation described above relies on structured information about the existing Python library. This information can be computed automatically by the [package-parser][package-parser].
8
8
9
+
## For Users
10
+
11
+
1. Install [OpenJDK 17](https://adoptium.net/).
12
+
2. Download the file `api-editor-<version>.jar` from the [latest release](https://github.com/lars-reimann/api-editor/releases/latest) (listed under "Assets").
0 commit comments