Installation
The primary way to use Arcus in your ML workflows is using the Arcus Python SDK. The SDK is available on PyPI and can be installed with pip
.
pip install arcusapi
You can verify your installation by running import arcus
in Python:
$ python
Python 3.9.16 (main, Feb 28 2023, 06:13:28)
[Clang 12.0.5 (clang-1205.0.22.9)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import arcus
Once your package is installed, you can get started using Arcus to automatically enrich your ML models and prompts.