Download the jar from modrinth and install the following dependencies. Or clone the github repository and execute ./gradlew buildAndCollect. After completion the compiled jar should appear in ...
Since pip 23.1, using pip in the system is disabled by defaut to prevent breaking system packages by overwriting dependencies. To avoid this, you can use a virtual environment (python3 -m venv env), ...