Skip to content

Installation

Johann Petrak edited this page Jan 17, 2025 · 1 revision
  • Installation requires python 3.11 or newer
  • to install into your environment use:
    • python -m pip install git+https://github.com/OFAI/python-llms-wrapper.git
  • to install from the cloned repository use:
    • python -m pip install -e .
  • to install for development from the cloned repository use:
    • python -m pip install -e .[dev]
Clone this wiki locally