快速开始
用户
开发者(开发插件)
依赖
hpyculator 依赖 python3 运行环境。请确保你的 python 版本为 3.10
安装
hpyculator 在 pypi 中可用。它可以通过 pip命令安装:
pip install hpyculator
如果直连速度不畅,你可以使用清华镜像源来加速 hpyculator 的更新:
pip install hpyculator -i https://pypi.tuna.tsinghua.edu.cn/simple
更新
在 pypi 的帮助下,hpyculator 可以通过这个命令更新:
pip install hpyculator --upgrade
同样,如果直连速度不畅,你可以使用清华镜像源来加速 hpyculator 的更新:
pip install hpyculator --upgrade -i https://pypi.tuna.tsinghua.edu.cn/simple
下一步
开发者(程序)
依赖
hpyculator 依赖 python3 运行环境。请确保你的 python 版本为 3.10
安装
hpyculator和hpyc_core 在 pypi 中可用。它可以通过 pip命令安装:
pip install hpyculator hpyc_core
如果直连速度不畅,你可以使用清华镜像源来加速 hpyculator 的更新:
pip install hpyculator hpyc_core -i https://pypi.tuna.tsinghua.edu.cn/simple
更新
在 pypi 的帮助下,hpyculator 和 hpyc_core 可以通过这个命令更新:
pip install hpyculator hpyc_core --upgrade
同样,如果直连速度不畅,你可以使用清华镜像源来加速 hpyculator 和 hpyc_core 的更新:
pip install hpyculator hpyc_core --upgrade -i https://pypi.tuna.tsinghua.edu.cn/simple