Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 729 Bytes

File metadata and controls

27 lines (16 loc) · 729 Bytes

Semantic Workbench Service Setup Guide

The Semantic Workbench service is a Python service that provides the backend functionality of the Semantic Workbench.

Follow the setup guide to install the development tools.

Installing dependencies

In the workbench-service directory

make

If this fails in Windows, try running a vanilla instance of cmd or powershell and not within Cmder or another shell that may have modified the environment.

Running from VS Code

To run and/or debug in VS Code, View->Run, "service: semantic-workbench-service"

Running from the command line

In the workbench-service directory

uv run start-semantic-workbench