Skip to content

Installation

  • Requires Python 3.12.
  • Requires llvm
bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
brew install llvm@14

Install PlusCoder as Python library:

uv tool install pluscoder --python 3.12
pip install pluscoder

This install everything needed to use PlusCoder with different providers.

You can check the installed version with:

pluscoder --version

Next Steps