Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 493 Bytes

README.rst

File metadata and controls

19 lines (12 loc) · 493 Bytes

WebLab-Deusto plug-in

The LabManager provides an API for supporting more Remote Laboratory Management Systems (RLMS). This project is the implementation for the WebLab-Deusto RLMS.

Usage

First install the module:

$ pip install git+https://github.com/gateway4labs/rlms_weblabdeusto.git

Then add it in the LabManager's config.py:

RLMS = ['weblabdeusto', ... ]

Profit!