From ac8be46a1286b3c75272bace77d99de9a999080e Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Tue, 17 Dec 2024 11:18:05 +0100 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 69331761..de4ee2a6 100644 --- a/README.md +++ b/README.md @@ -68,14 +68,15 @@ The installation scripts are: - `lollms_installer_macos.sh`for Mac. ### Manual install: -Since v 10.14, manual installation os 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` -better create an environment for lollms and activate it -in the repo folder, make sure you pull all submodules: `git submodule update --init --recursive` -install lollms by going to lollms_core then do: `pip install -e .` -go back to the root of the lollms_webui folder -install all requirements: `pip install -r requirements.txt` +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` +- better create an environment for lollms and activate it +- in the repo folder, make sure you pull all submodules: `git submodule update --init --recursive` +- install lollms by going to lollms_core then do: `pip install -e .` +- 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` ## Smart Routing: Optimizing for Money and Speed