Skip to content

Commit a5fd028

Browse files
Merge branch 'main' into fix_docker_compose
2 parents b0aa661 + 79ecf3e commit a5fd028

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

website/docs/getting-started/installation.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This guide will help you set up and install the Semantic Router on your system.
1010

1111
- **Go**: Version 1.19 or higher
1212
- **Rust**: Version 1.70 or higher (for Candle bindings)
13+
- **Python**: Version 3.8 or higher (for model downloads)
1314
- **HuggingFace CLI**: For model downloads (`pip install huggingface_hub`)
1415

1516
## Local Installation
@@ -44,6 +45,16 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
4445
source ~/.cargo/env
4546
```
4647

48+
#### Install Python (if not already installed)
49+
```bash
50+
# Check if Python is installed
51+
python --version
52+
53+
# If not installed:
54+
# macOS: brew install python
55+
# Ubuntu: sudo apt install python3 python3-pip (Tips: need python3.8+)
56+
```
57+
4758
#### Install HuggingFace CLI
4859
```bash
4960
pip install huggingface_hub

0 commit comments

Comments
 (0)