安装 Phynexis
下载站公开——下载无需账号。用一键脚本安装,再激活许可即可运行求解器。
一键安装
curl -fsSL https://download.xiaohe.team/phynexis-v0/install.sh | bash
脚本会安装 CLI、原生包与 Python 接口,并把 ~/.local/bin 加入 PATH。
激活
phynexis-v0 license activate <许可密钥>
phynexis-v0 license status
在 Xiaohe Accounts 获取许可(Starter / Pro)。
手动安装
- 原生包:
phynexis-v0 install phynexis-v0-<版本>-<平台>.tar.gz - Python 包:
pip install phynexis_v0_cli-*.whl phynexis_v0-*.whl
完整安装手册见项目技术站。