This projekt already runs on:
http://www.benedikt-schwering.de/SToftware0
You need the following Python-Components to run the Program:
- Python 3.7.2
- sympy 1.3
- (Django 2.1.5) only for Webserver
Look into install.sh for Linux installation
To execute just enter ~/SToftware0/ and type:
python3 main.py
When you want to add a function you have to call the hook at main.py and at webcall/views.py
It´s important to return Strings!
look at the vorlage [:):]