chore: updated instructions to use uv package manager

This commit is contained in:
Chaudry24
2025-06-04 10:40:53 -05:00
parent dc6a35bcf9
commit e869379751
6 changed files with 98 additions and 42 deletions
+16 -7
View File
@@ -41,15 +41,24 @@ cd agenticSeek
mv .env.example .env
```
### 2 **建立虛擬環境**
## 2⃣ 安裝 UV 套件管理器
```sh
python3 -m venv agentic_seek_env
source agentic_seek_env/bin/activate
# On Windows: agentic_seek_env\Scripts\activate
### Linux/macOS:
```bash
curl -LsSf https://astral.sh/uv/install.sh | sh
```
### 3️⃣ **安裝所需套件**
### Windows:
```powershell
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
```
## 3️⃣ 建立虛擬環境
```bash
uv venv
```
### 4️⃣ **安裝所需套件**
**自動安裝:**
@@ -189,7 +198,7 @@ provider_server_address = 127.0.0.1:5000
如果需要,請啟用你的 Python 環境。
```sh
source agentic_seek_env/bin/activate
source .venv/bin/activate
```
啟動所需的服務。這將啟動 `docker-compose.yml` 中的所有服務,包括: