Use this skill when there is no .venv folder in the repository, or if the user asks to initialize the project.
Run the following commands in the terminal:
code
uv init --python 3.12 uv add pandas matplotlib git init
使用虚拟环境与默认软件包初始化项目。
--- frontmattername: initialize-project description: Initialize a project with a virtual environment and default packages.
Use this skill when there is no .venv folder in the repository, or if the user asks to initialize the project.
Run the following commands in the terminal:
uv init --python 3.12 uv add pandas matplotlib git init