Delete venv from script.

This commit is contained in:
2026-05-17 14:54:53 +08:00
parent 5052b539c1
commit df35521a8c
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -16,7 +16,6 @@ git clone https://github.com/WeiDnite1222/ServerWind.git
### Configure virtual environment 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
``` ```
-1
View File
@@ -1,2 +1 @@
uv sync.
uv run python main.py uv run python main.py