How to get started#

Quickstart#

Create a new virtualenv. In your virtualenv, install Toga, and then run it:

$ python -m pip install toga-demo
$ toga-demo

This will pop up a GUI window showing the full range of widgets available to an application using Toga.

Have fun, and see the Reference to learn more about what’s going on.