@@ -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)