mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-06 11:05:26 +00:00
fix : wheel error on some linux system
This commit is contained in:
parent
5e7dd321f0
commit
47b3bcf297
@ -7,6 +7,9 @@ sudo apt-get update
|
||||
|
||||
pip install --upgrade pip
|
||||
|
||||
# install wheel
|
||||
pip install --upgrade pip setuptools wheel
|
||||
|
||||
# Install Python dependencies from requirements.txt
|
||||
pip3 install -r requirements.txt
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user