Installation ============ Before you start the tutorial, ensure Grafyte is installed. System Requirements ------------------- - **Python 3.10+** - **OpenGL 3.3+** - **Windows 10/11** or modern **Linux**. Quick Install via pip --------------------- The recommended way to install Grafyte is using ``pip``: .. code-block:: bash pip install grafyte Verifying the Installation -------------------------- To verify your installation, run a simple Python script: .. code-block:: python import grafyte print("Grafyte successfully installed!") If you see this message, you are ready to start building your first game!