Install Requirements

pip install pip-tools
make install

Run commands

python main.py hello gio
python main.py goodbye gio

Docker

Build container

make build

Run container

docker run image_name hello gio