diff --git a/README.md b/README.md index b9f8cd5..e98c3c7 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ RGB彩色图像处理工具 ### 创建conda环境 conda create -n Image python=3.9 + conda activate Image ### 安装依赖包 pip install -r requirements.txt