未验证 提交 9f42a316 编写于 作者: H Hui Zhang 提交者: GitHub

Merge pull request #3298 from fightfat/develop

remove tsinghua pypi
...@@ -29,11 +29,11 @@ if [[ ${MODE} = "benchmark_train" ]];then ...@@ -29,11 +29,11 @@ if [[ ${MODE} = "benchmark_train" ]];then
cd ${curPath}/../.. cd ${curPath}/../..
echo "------------- install for speech " echo "------------- install for speech "
apt-get install libsndfile1 -y apt-get install libsndfile1 -y
pip install yacs -i https://pypi.tuna.tsinghua.edu.cn/simple pip install yacs #-i https://pypi.tuna.tsinghua.edu.cn/simple
pip install pytest-runner -i https://pypi.tuna.tsinghua.edu.cn/simple pip install pytest-runner #-i https://pypi.tuna.tsinghua.edu.cn/simple
pip install kaldiio -i https://pypi.tuna.tsinghua.edu.cn/simple pip install kaldiio #-i https://pypi.tuna.tsinghua.edu.cn/simple
pip install setuptools_scm -i https://pypi.tuna.tsinghua.edu.cn/simple pip install setuptools_scm #-i https://pypi.tuna.tsinghua.edu.cn/simple
pip install . -i https://pypi.tuna.tsinghua.edu.cn/simple pip install . #-i https://pypi.tuna.tsinghua.edu.cn/simple
pip install jsonlines pip install jsonlines
pip list pip list
cd - cd -
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册