Skip to main content

Installing and running

Installation

Make sure you have Python 3.8 or higher installed to use Abstra.

Open your terminal and type:

pip install abstra
info

If you already had our previous abstra lib installed, use pip install abstra —-upgrade instead.

Running

After installing, use the abstra editor command to open the editor. If you're starting a new project, point to an empty folder.

abstra editor ./insert-your-project-directory-here

After the server starts, http://localhost:3000/_editor will open automatically and you can access the editor in your browser.