# 🚀 Getting Started ## 📦 Installation To use `gsplot`, ensure that you have `Python 3.10+` installed. You can install the package using `pip`: ```bash pip install gsplot ``` ## 🌍 Hello World To check if the package is installed correctly, create `hello_gsplot.py` with the following content: ```{literalinclude} ../../../demo/0_hello_world/hello_world.py ``` Run the script using the following command: ```bash python hello_gsplot.py ``` If the installation is successful, you should see the following output: ```text Version: Your Version Here Commit : Your Commit Hash Here ██████╗ ███████╗██████╗ ██╗ ██████╗ ████████╗ ██╔════╝ ██╔════╝██╔══██╗██║ ██╔═══██╗╚══██╔══╝ ██║ ███╗███████╗██████╔╝██║ ██║ ██║ ██║ ██║ ██║╚════██║██╔═══╝ ██║ ██║ ██║ ██║ ╚██████╔╝███████║██║ ███████╗╚██████╔╝ ██║ ╚═════╝ ╚══════╝╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ```