添加 label-studio

This commit is contained in:
2026-07-05 18:33:42 +08:00
parent 8a47858372
commit f5c4e7185d

9
label-studio Normal file
View File

@@ -0,0 +1,9 @@
powershell
conda create -n label_studio_env python=3.9
弹出Proceed ([y]/n)?输入y回车创建完成后激活环境
conda activate label_studio_env
提示符变成(label_studio_env) PS C:\Users\Newland>代表进入新环境
步骤 2 安装 Label-Studio清华源加速下载
pip install label-studio -i https://pypi.tuna.tsinghua.edu.cn/simple
启动
label-studio