Browse Source

Update 'README.md'

天问 9 months ago
parent
commit
6c3f6e16f4
1 changed files with 17 additions and 0 deletions
  1. 17 0
      README.md

+ 17 - 0
README.md

@@ -1,2 +1,19 @@
 # uv
+rust开发的 python包管理工具
+
+## Usage
+
+```
+curl -LsSf https://astral.sh/uv/install.sh | sh
+# pip install uv
+
+# 创建虚拟环境
+uv venv
+source .venv/bin/activate
+uv pip install flask  
+uv pip install -r requirements.txt
+
+
+```
+