Installation#

To install mcstatusio, follow the steps below:

  1. Prerequisites:

    • Ensure you have Python 3.11 or higher installed on your system.

    • Make sure you have pip installed for managing Python packages.

  2. Install mcstatusio:

    You can install mcstatusio using pip. Open your terminal or command prompt and run the following command:

    pip install mcstatusio
    
  3. Verify Installation:

    After installation, verify that mcstatusio is installed correctly by running:

    python -c "import mcstatusio; print(mcstatusio.__version__)"
    

    This should display the version of mcstatusio that you have installed.