minecraft-mod-manager
Install and update mods from CurseForge and Modrinth through a CLI
File Explorer
Download Latest Version (.zip)- bug_report.md
- custom.md
- feature_request.md
- lint.yml
- pytest.yml
- python-publish.yml
- pull_request_template.md
- __init__.py
- repo_impl.py
- repo_impl_test.py
- __init__.py
- configure.py
- configure_repo.py
- configure_test.py
- __init__.py
- download.py
- download_repo.py
- download_test.py
- __init__.py
- install.py
- install_repo.py
- install_test.py
- __init__.py
- show.py
- show_repo.py
- show_test.py
- __init__.py
- update.py
- update_repo.py
- update_test.py
- __init__.py
- __init__.py
- actions.py
- mod.py
- mod_loaders.py
- sites.py
- version_info.py
- __init__.py
- download_failed.py
- mod_already_exists.py
- mod_file_invalid.py
- mod_not_found_exception.py
- __init__.py
- latest_version_finder.py
- latest_version_finder_test.py
- __init__.py
- files_carpet.json
- mod_info.json
- search_carpet.json
- mod_info.json
- search_fabric-api.json
- version.json
- versions-without-files.json
- versions_fabric-api.json
- __init__.py
- api.py
- curse_api.py
- curse_api_test.py
- mod_finder.py
- mod_finder_test.py
- modrinth_api.py
- modrinth_api_test.py
- word_splitter_api.py
- fabric-invalid-character.jar
- fabric-invalid-control-character.jar
- fabric-valid.jar
- forge-valid.jar
- invalid.jar
- README.md
- toml-inline-comment.jar
- unbalanced-quotes.toml
- __init__.py
- arg_parser.py
- arg_parser_test.py
- http.py
- http_test.py
- jar_parser.py
- jar_parser_test.py
- sqlite.py
- sqlite_test.py
- sqlite_upgrader.py
- sqlite_upgrader_test.py
- __init__.py
- log_colors.py
- __init__.py
- __main__.py
- config.py
- __init__.py
- helper.py
- __init__.py
- install_test.py
- README.md
- update_test.py
- .gitignore
- .lgtm.yml
- .markdownlint.yml
- CHANGELOG.md
- LICENSE
- NEWS.md
- pytest.ini
- README.md
- renovate.json
- requirements.txt
- setup.cfg
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/Senth/minecraft-mod-manager
Downloads the entire project code from GitHub to your computer.
cd minecraft-mod-manager
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
