From 19d74bc0ab6c7515d25c73582ee2213adc41d45b Mon Sep 17 00:00:00 2001 From: Gaodan Fang Date: Tue, 31 Mar 2026 12:44:38 -0400 Subject: [PATCH 1/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e183ace..14512db 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,15 +23,15 @@ https://docs.astral.sh/uv/getting-started/installation/ You can use `uv` to create a virtual environment (if it doesn’t already exist) and install all project dependencies: ```bash -uv venv -uv sync && source .venv/bin/activate +uv venv && source .venv/bin/activate +uv sync ``` #### Using a specific Python version ```bash -uv venv --python 3.12 -uv sync && source .venv/bin/activate +uv venv --python 3.12 && source .venv/bin/activate +uv sync ``` #### Adding a new dependency From 8c1c379db73e8e8d8efd6e5712f6298a93227ecd Mon Sep 17 00:00:00 2001 From: Gaodan Fang Date: Tue, 31 Mar 2026 13:30:59 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f429a5..c189314 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ Prerequisites: ```bash git clone cd evolve -uv sync && source .venv/bin/activate +uv venv --python=3.12 && source .venv/bin/activate +uv sync ``` ### Configuration