Back to Cocoindex

CocoIndex *installation*

docs/src/content/docs/getting_started/installation.mdx

1.0.10816 B
Original Source

Install Python and pip

To follow the steps in this guide, you'll need:

  1. Install Python. We support Python 3.11 to 3.13.
  2. Install pip - a Python package installer

Install CocoIndex

Using pip

sh
pip install -U cocoindex

Using uv

sh
uv add cocoindex

Using Poetry

sh
poetry add cocoindex

Or specify in pyproject.toml:

toml
[tool.poetry.dependencies]
cocoindex = { version = "^1.0" }

System requirements

CocoIndex is supported on the following operating systems:

  • macOS: 10.12+ on x86_64, 11.0+ on arm64
  • Linux: x86_64 or arm64, glibc 2.28+ (e.g., Debian 10+, Ubuntu 18.10+, Fedora 29+, CentOS/RHEL 8+)
  • Windows: 10+ on x86_64