conda 安装 Hacx-GPT
查看当前 python 版本
$ python -V
Python 3.13.7
克隆 Hacx-GPT 仓库
$ git clone https://github.com/BlackTechX011/Hacx-GPT.git
直接使用 pip 命令安装报错;提示安装虚拟环境
$ pip -V
pip 25.2 from /usr/lib/python3/dist-packages/pip (python 3.13)
$ pip install -r r...
heresy.hashnode.dev3 min read