Skip to main content

Welcome to Setta

These docs are a work in progress.

Installation and starting

Run this command in your terminal:

pip install setta

Then go to your project folder and enter:

setta

The setta UI will now be available in your web browser at localhost:8000.

Use --port to change the port number. For example:

setta --port 98765