Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 285 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 285 Bytes

edKit Server

This is the server component of edKit.

start

install dependencies:

pip3 install numpy
pip3 install scipy

install edkit-server:

pip3 install edkit-server

start the server:

edkit-server

you can then use the web app from you browser on port 8080