... | ... | @@ -21,7 +21,7 @@ Note: In the areas referencing the `CraftPresence` folder, if you downloaded a s |
|
|
3. Open a Command Prompt or Terminal window and install the `pywin32` and `Pillow` libraries for Python by typing this command:
|
|
|
`pip install pywin32 pillow`
|
|
|
|
|
|
4. Move to the `CraftPresence` folder within `Interface/Addons`, then move into the **script** folder. For example, if you are still in the same command prompt window from Step 2, you will have to do something like this:
|
|
|
4. Move to the `CraftPresence` folder within `Interface/Addons`, then move into the **script** folder. 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):
|
|
|
`cd <addons_location>\CraftPresence\script`
|
|
|
|
|
|
5. Launch the Python Script `DiscordRichPresence.py` either via double-clicking it, or launching it in command prompt via `py DiscordRichPresence.py` while within the `script` folder. You can now force an update by typing **/cp update** to ensure functionality.
|
... | ... | |