Update ManualInstall.md

This commit is contained in:
Saifeddine ALOUI 2025-02-10 23:42:05 +01:00 committed by GitHub
parent 99ccfa6199
commit 0561280457
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.
For further assistance, please refer to the official LoLLMS documentation or seek help in the project's support channels.