-
help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
EDIT: Normal releases should just work now :3
|
Beta Was this translation helpful? Give feedback.
-
help |
Beta Was this translation helpful? Give feedback.
-
EDIT: Normal releases should just work now :3
|
Beta Was this translation helpful? Give feedback.
EDIT: Normal releases should just work now :3
Yeah- Mac setup is a bit painful rn, the builds barely work ;v;Probably best to just run from source, you could do that by doing something along the lines of this:
1. Open the app 'Terminal'2. Paste in the command from the top of https://brew.sh/
3. After brew is installed, run brew install python3 (Python might already be installed, in which case this isn't needed)
4. After Python is installed, run
python3 -m pip install pygame PyQt5 feedparser python-magic ostools requests
to install Pesterchum's dependencies.5. Download https://github.com/Dpeta/pesterchum-alt-servers/archive/refs/heads/py3_pyqt5.zip and extract the contents to a folder o…