使用pipx安装 favihunter 安装pipx poetry
访问量: 29
refer to: https://github.com/pypa/pipx/releases
https://pipx.pypa.io/stable/installation/
安装pipx
refer to: https://www.doubao.com/thread/we909b196c59d9167
1. wget https://github.com/pypa/pipx/releases/latest/download/pipx.pyz
2. chmod +x pipx.pyz
3. mv pipx.pyz /usr/bin
就可以了。

安装 poetry
pipx install poetry
git clone https://github.com/eremit4/favihunter.git
cd favihunter
poetry install
运行
poetry run favihunter -u https://baidu.com
