I am trying to create an auto-FoxDot installer which is a tool for making music with foxdot.
In order to install FoxDot you need to run Quarks.install("FoxDot")
and FoxDot.start
to run it.
I want these to be run automatically by the python script rather than having the user run these themselves.
Any ideas would be appreciated, thank you.
Currently the user is just entering the code and running it themselves.