mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-07 03:25:32 +00:00
fix : install script
This commit is contained in:
parent
5ea0b4a895
commit
fdb4c887c3
@ -30,6 +30,6 @@ sudo apt install -y docker-compose
|
|||||||
# Install Selenium for chromedriver
|
# Install Selenium for chromedriver
|
||||||
pip3 install selenium
|
pip3 install selenium
|
||||||
# Install Python dependencies from requirements.txt
|
# Install Python dependencies from requirements.txt
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt --no-cache-dir
|
||||||
|
|
||||||
echo "Installation complete for Linux!"
|
echo "Installation complete for Linux!"
|
@ -20,9 +20,11 @@ brew install --cask chromedriver
|
|||||||
brew install portaudio
|
brew install portaudio
|
||||||
# update pip
|
# update pip
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
|
# upgrade setuptools and wheel
|
||||||
|
pip3 install --upgrade setuptools wheel
|
||||||
# Install Selenium
|
# Install Selenium
|
||||||
pip3 install selenium
|
pip3 install selenium
|
||||||
# Install Python dependencies from requirements.txt
|
# Install Python dependencies from requirements.txt
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt --no-cache-dir
|
||||||
|
|
||||||
echo "Installation complete for macOS!"
|
echo "Installation complete for macOS!"
|
Loading…
x
Reference in New Issue
Block a user