Add venv to script.
This commit is contained in:
@@ -13,9 +13,10 @@ git clone https://repo.weispace.net/wei/ServerWind.git
|
|||||||
git clone https://github.com/WeiDnite1222/ServerWind.git
|
git clone https://github.com/WeiDnite1222/ServerWind.git
|
||||||
```
|
```
|
||||||
|
|
||||||
### Configure python version and install dependencies
|
### Configure virtual environment and install dependencies
|
||||||
|
|
||||||
```
|
```
|
||||||
|
uv venv
|
||||||
uv python pin 3.12.10
|
uv python pin 3.12.10
|
||||||
uv pip install -r requirements.txt
|
uv pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user