Skip to content

Commit 16b82c5

Browse files
authored
docs: add system requirements (#941)
1 parent 40a86dc commit 16b82c5

File tree

2 files changed

+167
-192
lines changed

2 files changed

+167
-192
lines changed

docs/docs/getting_started/installation.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@ title: Installation
33
description: Setup the CocoIndex environment in 0-3 min
44
---
55

6-
## 🐍 Python and Pip
6+
## 🖥️ System Requirements
7+
CocoIndex is supported on the following operating systems:
8+
9+
- **macOS**: 10.12+ on x86_64, 11.0+ on arm64
10+
- **Linux**: x86_64 or arm64, glibc 2.28+ (e.g., Debian 10+, Ubuntu 18.10+, Fedora 29+, CentOS/RHEL 8+)
11+
- **Windows**: 10+ on x86_64
12+
13+
## 🐍 Install Python and Pip
714
To follow the steps in this guide, you'll need:
815

916
1. Install [Python](https://wiki.python.org/moin/BeginnersGuide/Download/). We support Python 3.11 to 3.13.

0 commit comments

Comments
 (0)