Installation#
To install mcstatusio, follow the steps below:
Prerequisites:
Ensure you have Python 3.11 or higher installed on your system.
Make sure you have
pipinstalled for managing Python packages.
Install mcstatusio:
You can install
mcstatusiousingpip. Open your terminal or command prompt and run the following command:pip install mcstatusio
Verify Installation:
After installation, verify that
mcstatusiois installed correctly by running:python -c "import mcstatusio; print(mcstatusio.__version__)"
This should display the version of
mcstatusiothat you have installed.