mapres is published to PyPI and can be installed with a singleDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/iFamishedX/mapres/llms.txt
Use this file to discover all available pages before exploring further.
pip command. No build tools, no compiled extensions — just a pure-Python package that is ready to import the moment the install finishes.
Installation
Requirements
mapres has the following requirements:| Requirement | Version |
|---|---|
| Python | >= 3.9 |
requests | latest compatible |
mcrcon | latest compatible |
PyYaml | latest compatible |
pyproject.toml and are installed automatically by pip — you do not need to install them separately.
Verifying the installation
After installing, confirm that mapres is importable and check the version that was installed:ModuleNotFoundError, double-check that you are using the same Python environment in which you ran pip install.
Development install
To contribute to mapres or run the latest unreleased code, clone the repository and install the package in editable mode:-e) means Python imports the package directly from your local src/mapres directory, so any changes you make to the source files are reflected immediately without reinstalling.