Skip to content

for MacOS and Linux users

Dimserene edited this page Feb 17, 2025 · 8 revisions
  1. Download latest launcher script here

  2. Install python and git on your device, and reboot your PC

  3. open terminal in the same directory as manager

  4. create virtual environment in python: python3 -m venv myenv

  5. start the virtural environment: source myenv/bin/activate

  6. First time use setup: pip install requests

  7. run the manager script: python 'ModpackManager.py'

from now on, simply do step 5 and 7

Clone this wiki locally