This is where I am going to do some fun python stuff
To install the package, run the following command from the main directory.
pip install .
To run the simple hello world script use the following command:
hello_world
Which will output:
Hello world!