Installation¶
Installation¶
Before you get started, Python 3.11 or greater is required. Download it here.
pipx (Recommended)¶
The recommended way to install wap
is with pipx. Its a little more
work than the pip method, but is safer and will prevent some nasty, hard-to-diagnose bugs.
First, install pipx by following its installation instructions.
Then, you can then run:
pipx install wow-addon-packager
pip¶
To install with pip, run the following:
pip install --upgrade --user wow-addon-packager
Warning
Installing with pip creates the possibility of conflicts with other packages. The pipx method does not have this issue.