-
Notifications
You must be signed in to change notification settings - Fork 0
for MacOS and Linux users
Dimserene edited this page Feb 17, 2025
·
8 revisions
-
Download latest launcher script here
-
open terminal in the same directory as manager
-
create virtual environment in python:
python3 -m venv myenv
-
start the virtural environment:
source myenv/bin/activate
-
First time use setup:
pip install requests
-
run the manager script:
python 'ModpackManager.py'
from now on, simply do step 5 and 7