Skip to content

Installing PyHARP

PyHARP can be installed using pip:

  • Clone the PyHarp repository: git clone https://github.com/TEAMuP-dev/pyharp
  • Install: pip install -e pyharp && cd pyharp

Note that PyHARP depends on Gradio. We recommend installing gradio==5.28.0, which requires python>=3.10.

Released under the BSD 3-Clause License.