mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-06 19:15:28 +00:00
script update
This commit is contained in:
parent
45818b1eba
commit
f60406d0f1
@ -4,21 +4,20 @@ echo "Starting installation for Linux..."
|
|||||||
|
|
||||||
# Update package list
|
# Update package list
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
|
||||||
pip install --upgrade pip
|
|
||||||
|
|
||||||
# make sure essential tool are installed
|
# make sure essential tool are installed
|
||||||
sudo apt install python3-dev python3-pip python3-wheel build-essential alsa-utils
|
sudo apt install python3-dev python3-pip python3-wheel build-essential alsa-utils
|
||||||
|
# upgrade pip
|
||||||
|
pip install --upgrade pip
|
||||||
# install port audio
|
# install port audio
|
||||||
sudo apt-get install portaudio19-dev python-pyaudio python3-pyaudio
|
sudo apt-get install portaudio19-dev python-pyaudio python3-pyaudio
|
||||||
# install chromedriver misc
|
# install chromedriver misc
|
||||||
sudo apt install libgtk-3-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2t64
|
sudo apt install libgtk-3-dev libnotify-dev libgconf-2-4 libnss3 libxss1
|
||||||
# install wheel
|
# install wheel
|
||||||
pip install --upgrade pip setuptools wheel
|
pip install --upgrade pip setuptools wheel
|
||||||
# install docker compose
|
# install docker compose
|
||||||
sudo apt install docker-compose
|
sudo apt install docker-compose
|
||||||
# Install Python dependencies from requirements.txt
|
# Install Python dependencies from requirements.txt
|
||||||
pip3 install -r requirements.txt
|
pip3 install --no-cache-dir --force-reinstall -r requirements.txt
|
||||||
# Install Selenium for chromedriver
|
# Install Selenium for chromedriver
|
||||||
pip3 install selenium
|
pip3 install selenium
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user