$ git clone https://github.com/CLIMB-TRE/onyx-client.git $ cd onyx-client/ $ python -m venv .venv $ source .venv/bin/activate $ pip install . Check it works: $ onyx ...
This will expose the command pylsp on your PATH. Confirm that installation succeeded by running pylsp --help. If the respective dependencies are found, the following ...