
For example, if you are still in the same command prompt window from Step 2, you will have to do something like this (You can also just navigate to it normally without command prompt): Move to the CraftPresence folder within Interface/Addons, then move into the Script folder. Open a Command Prompt or Terminal window and install the pywin32, pypresence and Pillow libraries for Python by typing this command: When you log in, type /cp test into your chat, and you will see a few colored squares on the top left corner of your screen. Install the WoW addon by copying the main CraftPresence folder to your Interface/AddOns directory. Inside you will find two folders of importance: the main CraftPresence folder containing the WoW addon, and an inner Script folder containing a python script (and it's inner dependencies). However, if those do not work, please download this python script to manually install pip (Can be executed via py in a command prompt or terminal)ĭownload a copy of this repo or a release zip here (Previously located here) and decompress it. If pip is not present after Python had finished installing, follow the same steps as if python wasn't available.The expected output of the version command should be "pip from (python )" where x is the version of pip, y being the python version it's attached to (Should match the major revision of the python version downloaded), and location being the install location of the dependency. The Pip dependency being available can be verified by testing the command pip -version or related pip commands within a command prompt or terminal.If python is not present after install, you may need to reboot your computer, or check your PATH to ensure the python directories are there.

The expected output of the version command should be "Python " showing where x is the version of python you installed.

Important: this requires a bit of patience and setup to make it work, and at least a bit of technical experience.
