添加 label-studio
This commit is contained in:
9
label-studio
Normal file
9
label-studio
Normal 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
|
||||
Reference in New Issue
Block a user