From 0561280457986c6bbf2111f7b31d7c733c1a6bad Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Mon, 10 Feb 2025 23:42:05 +0100 Subject: [PATCH] Update ManualInstall.md --- ManualInstall.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ManualInstall.md b/ManualInstall.md index 49dec427..f017af11 100644 --- a/ManualInstall.md +++ b/ManualInstall.md @@ -80,13 +80,13 @@ git submodule update --init --recursive #### Windows ``` -python3.11 -m venv lollms_env +python -m venv lollms_env lollms_env\Scripts\activate ``` #### macOS and Linux ``` -python3.11 -m venv lollms_env +python -m venv lollms_env source lollms_env/bin/activate ``` @@ -185,4 +185,4 @@ If you encounter any issues during installation or running the WebUI, please che 4. Make sure you have selected and installed a compatible binding. 5. For platform-specific issues, consult the documentation for your operating system. -For further assistance, please refer to the official LoLLMS documentation or seek help in the project's support channels. \ No newline at end of file +For further assistance, please refer to the official LoLLMS documentation or seek help in the project's support channels.