Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 439 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 439 Bytes

Python Control Web (Under dev)

Graphical User Interface in web of python-control.

How to run

Web version

python-control-web

Docker version

soon...

On your computer

Clone, install requirements and run.

git clone https://github.com/DZPeru/python-control-web
cd python-control-web
pip install -r requirements.txt # or pip3
python run app.py # or python3, python3.7