mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-04-05 01:49:12 +00:00
Update ManualInstall.md
This commit is contained in:
parent
99ccfa6199
commit
0561280457
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user