Advanced¶
Here are some alternative ways to install ffxiahbot
if you are familiar with Python and its package management tools.
Installation using uv¶
Installation using pipx¶
Installation into a virtual environment (pyenv + pip)¶
pyenv install 3.12
pyenv local 3.12
pip install virtualenv
python3 -m virtualenv venv
source venv/bin/activate
pip install ffxiahbot
ffxiahbot --help