Update README.md

This commit is contained in:
Saifeddine ALOUI 2024-12-17 11:18:05 +01:00 committed by GitHub
parent b6be3936c9
commit ac8be46a12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,14 +68,15 @@ The installation scripts are:
- `lollms_installer_macos.sh`for Mac. - `lollms_installer_macos.sh`for Mac.
### Manual install: ### Manual install:
Since v 10.14, manual installation os back: Since v 10.14, manual installation is back:
make sure you have python 3.11 is installed or to have a python 3.11 conda environment or other way.
clone the repo at: `https://github.com/ParisNeo/lollms-webui.git` - Make sure you have python 3.11 is installed or to have a python 3.11 conda environment or other way.
better create an environment for lollms and activate it - clone the repo at: `https://github.com/ParisNeo/lollms-webui.git`
in the repo folder, make sure you pull all submodules: `git submodule update --init --recursive` - better create an environment for lollms and activate it
install lollms by going to lollms_core then do: `pip install -e .` - in the repo folder, make sure you pull all submodules: `git submodule update --init --recursive`
go back to the root of the lollms_webui folder - install lollms by going to lollms_core then do: `pip install -e .`
install all requirements: `pip install -r requirements.txt` - go back to the root of the lollms_webui folder
- install all requirements: `pip install -r requirements.txt`
now you are ready to run lolmms: `python app.py` now you are ready to run lolmms: `python app.py`
## Smart Routing: Optimizing for Money and Speed ## Smart Routing: Optimizing for Money and Speed