🎒Prerequisites - Install the Greengrass Development Kit ```sh pip3 install git+https://github.com/aws-greengrass/aws-greengrass-gdk-cli.git@v1.1.0 ``` - Initialize a new project with the GDK hello world template ```sh gdk component init --template HelloWorld --language python -n EnergyKitHelloWorld ```