Browse Source

Automatic Commit By liuyuqi

liuyuqi-dellpc 9 months ago
parent
commit
08c74ee4e0
1 changed files with 8 additions and 1 deletions
  1. 8 1
      README.md

+ 8 - 1
README.md

@@ -1,10 +1,12 @@
 # uv
-rust开发的 python包管理工具
+
+rust开发的 python包管理工具,速度超快
 
 ## Usage
 
 ```
 curl -LsSf https://astral.sh/uv/install.sh | sh
+source $HOME/.cargo/env
 # pip install uv
 
 # 创建虚拟环境
@@ -17,3 +19,8 @@ uv pip install -r requirements.txt
 ```
 
 
+## License
+
+Licensed under the [Apache 2.0](LICENSE) © [liuyuqi.gov@msn.cn](https://github.com/jianboy)
+
+