$ 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 ...