更新文档适配whl版本号
This commit is contained in:
parent
fa5dfc8817
commit
b2b6161c9a
4
setup.sh
4
setup.sh
|
|
@ -22,11 +22,11 @@ for LINE in "${ENV_VARS[@]}"; do
|
|||
fi
|
||||
done
|
||||
|
||||
pip install bin/Netrans-6.42.2-py3-none-manylinux2010_x86_64.whl
|
||||
pip install bin/netrans-6.42.3-cp310-none-manylinux2010_x86_64.whl
|
||||
pip install -r requirements_py3.10.txt
|
||||
|
||||
echo ""
|
||||
echo "所有变量已添加到 ~/.bashrc"
|
||||
echo "script path 已添加到 ~/.bashrc"
|
||||
echo "请运行以下命令使其立即生效:"
|
||||
echo ""
|
||||
echo " source ~/.bashrc"
|
||||
|
|
|
|||
Loading…
Reference in New Issue