for MacOS and Linux users - Dimserene/Balatro-ModpackManager GitHub Wiki
-
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