Installation
Installing RelevanceAI
Relevance AI is tested on Python 3.6+ on Windows, Linux and MacOS.
Installation
The easiest way to install our Python SDK is to run:
pip install -U RelevanceAI
This installation provides you with what you need to connect to Relevance AI's API, read/write data, make different searches, etc.
Installation from source
This will install the latest version of our Python SDK:
!pip install git+https://github.com/RelevanceAI/RelevanceAI
For editable installation:
git clone https://github.com/RelevanceAI/RelevanceAI
pip install -e .
Updated 9 months ago