To install you need to have OpenOS installed for it to work properly. Then do:
pastebin run ...
To enable the api, you need to run the following:
local gui = require("guip")
gui.clear()
Now you should make an container filling the screen:
local main = gui.addFullContainer()