marekprochazka / V2_MarkoGebra

School project - graphing app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MarkoGebra

How to run:

  • Please make sure you've got installed python on version 3.7.9. and have it set as PATH variable

First install with init.bat (windows only)

  1. clone repository
  2. run init.py

First install without init.bat

  1. clone repository
  2. create virtual environment named "venv" in main folder (V2_MarkoGebra)
  3. activate venv
  4. install requirements
  5. execute startDB.py in Data folder
  6. copy TEMPLATE_data.json into Data folder and rename it to just data.json

Any start after installation

  1. Run Markogebra.exe

About

School project - graphing app


Languages

Language:Python 98.5%Language:Batchfile 1.5%