lollms-webui/docs/Linux_Osx_Install.md
2023-04-06 21:12:49 +02:00

1.1 KiB

Installing GPT4All-Webui on Linux or macOS:

- Install requirements
python3.11 -m pip install -r requirements.txt 

- Review the install script 🙏🏻

nano -lASimYsh install.sh

- Make it runnable

chmod +x install.sh

- Run the install script

./install.sh

- Install nomic 

pip install nomic

or force pip to install with Python 3.11

python3.11 -m pip install nomic

- Install/updt venv 

sudo apt install python3.11-venv

- ToDo