Update project setup scripts and enhance README for clarity

- Modified the backend setup script to clear the virtual environment before installation.
- Improved README.md by restructuring the prerequisites section into a table for better readability.
- Added installation instructions for the `uv` package and clarified terminal requirements post-installation.
This commit is contained in:
666ghj
2025-12-17 18:26:09 +08:00
parent e432e223df
commit 08688a892d
3 changed files with 21 additions and 8 deletions

View File

@@ -43,8 +43,8 @@ dev = [
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.uv]
dev-dependencies = [
[dependency-groups]
dev = [
"pytest>=8.0.0",
"pytest-asyncio>=0.23.0",
]