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.