This is an example showcasing the using Spin key-value with a guest component.
Run the following commands to setup a virtual environment with Python.
python3 -m venv venv
source venv/bin/activate
Install the required packages specified in the requirements.txt
using the command:
pip3 install -r requirements.txt
spin build --up
$ curl localhost:3000
Hello from Python!