-
Notifications
You must be signed in to change notification settings - Fork 0
Install and run
TheBossMagnus edited this page May 31, 2024
·
5 revisions
Note: Ensure that Python 3.10+ and pip are installed.
- Install the package
pip install modpack-changelogger
- Run it (you might need to restart the shell)
modpack-changelogger --old_path path/to/old/pack --new_path path/to/new/pack
from modpack-changelogger import generate_changelog
generate_changelog(old_path, new_path, config_path, changelog_file) # Last two are optional
Note: Ensure that Python 3.10+ is installed.
-
Download the .zip or .tar.gz file from the latest release.
-
Extract the archive and open a terminal in the 'src' folder inside it.
-
Install the dependencies with:
pip install -r requirements.txt
-
Execute the script.
python ModpackChangelogger.py [args]
Example:
python ModpackChangelogger.py --old_path path/to/old/pack --new_path path/to/new/pack
-
On GitHub, Navigate to the latest release.
-
Download the Windows build from the release tab.
-
Open PowerShell or Command Prompt.
-
Change the directory to where the downloaded file is located.
cd \path\to\downloaded\file
-
Execute the program.
.\ModpackChangelogger.exe [args]