mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-03 01:30:11 +00:00
6 lines
162 B
Bash
6 lines
162 B
Bash
#!/bin/bash
|
|
|
|
pip3 install --upgrade packaging
|
|
pip3 install --upgrade pip setuptools
|
|
curl -fsSL https://ollama.com/install.sh | sh
|
|
pip3 install -r requirements.txt |