Files
simulated-examination/label-studio
2026-07-05 18:33:42 +08:00

10 lines
377 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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