Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.04 KB

remotelabs.md

File metadata and controls

38 lines (27 loc) · 1.04 KB
layout title tagline banner show-toc show-navigation
semantic
REMOTE LABS
The CSpark Remote Access Platform
assets/images/kuttypy/cover.jpg
false
false

{% include imagecard.html data=site.data.remote.features %}

Installation via PyPi


The desktop application which will be used by students/owners of the hardware devices must be installed via Pip. Instructors who simply wish to monitor/control these devices only need to login via the web browser page described in the next section.

Installation of eyesonline requires pip3 which ships with python3, and must be installed.

First upgrade pip to at least version 19.4.0 , and then install eyesonline. On Ubuntu, the following commands may be pasted into a terminal .

pip3 install -U pip
pip3 install -U eyesonline
eyesonline

On windows, this is slightly different

py -3 -m pip install -U pip
py -3 -m pip install -U eyesonline
eyesonline

{% include imagecards.html data=site.data.remote.subtopics title="Resources" %}