赞
踩
conda create -n doccano python=3.9 -y
pip install doccano -i https://pypi.tuna.tsinghua.edu.cn/simple
doccano init
4. 创建super user
doccano createuser --username admin --password pass
doccano webserver --port 8000
该步骤需要开启另一个终端
doccano task
打开浏览器(最好是Chrome),在地址栏中输入:http://127.0.0.1:8000
可看到如下画面:
用户名:admin, 密码:pass
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。