# Installation ## Requirements - [Python](https://python.org/) - Supported versions: 3.10+ - [Juman++](https://github.com/ku-nlp/jumanpp) (Optional) - Supported versions: v2.0.0-rc3+ - [KNP](https://github.com/ku-nlp/knp) (Optional) - Supported versions: 5.0+ ```{note} If you just would like to load the result of language analysis by Juman++ and KNP, you do not need to install them. ``` ## Installation We recommend installing _rhoknp_ with pip: ```{eval-rst} .. prompt:: :prompts: $ pip install rhoknp ```