diff --git a/README.md b/README.md index bc86154..f877a57 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,10 @@ git clone https://repo.weispace.net/wei/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 pip install -r requirements.txt ``` diff --git a/start.sh b/start.sh index 8043daa..2fe3874 100644 --- a/start.sh +++ b/start.sh @@ -1 +1,2 @@ +uv sync. uv run python main.py \ No newline at end of file