File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
website/docs/getting-started Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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
4445source ~ /.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
4960pip install huggingface_hub
You can’t perform that action at this time.
0 commit comments