Installation#
The only prerequisite for installing Relevance AI is Python3 itself. we recommend you use the PyPi Distribution.
pip install -U RelevanceAI
You can also install the Relevance AI with more additional supported image/HTML functionality such as:
pip install -U RelevanceAI[notebook]
To install the development version with all the latest features, we recommend using:
pip install -U RelevanceAI-dev