@@ -12,7 +12,9 @@ To use java-api-stubs, you may install it with `pip`. It requires Python
1212> Python 3.13 will not be supported.
1313
1414``` sh
15- python3 -m pip install git+https://github.com/ignition-devs/java-api.git#subdirectory=java-api-stubs
15+ python3 -m pip install \
16+ git+https://github.com/ignition-devs/java-api-17.git#subdirectory=java-api-stubs \
17+ " mypy[python2]==0.971"
1618```
1719
1820To run ` mypy ` against your code, execute the following command passing the
@@ -51,11 +53,11 @@ See the [LICENSE].
5153See [ CODE_OF_CONDUCT.md] .
5254
5355<!-- Links -->
54- [ CODE_OF_CONDUCT.md ] : https://github.com/ignition-devs/.github/blob/java-17 /CODE_OF_CONDUCT.md
55- [ CONTRIBUTING.md ] : https://github.com/ignition-devs/java-api/blob/java-17 /CONTRIBUTING.md
56- [ contributors ] : https://github.com/ignition-devs/java-api-stubs /graphs/contributors
56+ [ CODE_OF_CONDUCT.md ] : https://github.com/ignition-devs/.github/blob/main /CODE_OF_CONDUCT.md
57+ [ CONTRIBUTING.md ] : https://github.com/ignition-devs/java-api-17 /blob/main /CONTRIBUTING.md
58+ [ contributors ] : https://github.com/ignition-devs/java-api-17 /graphs/contributors
5759[ Discussions ] : https://github.com/orgs/ignition-devs/discussions
58- [ `java-api` ] : https://github.com/ignition-devs/java-api
59- [ LICENSE ] : https://github.com/ignition-devs/java-api/blob/java-17 /LICENSE
60+ [ `java-api` ] : https://github.com/ignition-devs/java-api-17
61+ [ LICENSE ] : https://github.com/ignition-devs/java-api-17 /blob/main /LICENSE
6062[ `stubgen` ] : https://coatl-mypy.readthedocs.io/en/v0.971/stubgen.html
6163[ stubs ] : https://www.python.org/dev/peps/pep-484/
0 commit comments