Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 498 Bytes

installation_conf.rst

File metadata and controls

28 lines (17 loc) · 498 Bytes

Installation and configuration

Dependencies setup

The plugin math needs :

  • INGInious 0.5+
  • sympy
  • antlr4-python3-runtime 4.9.3

Installation

On Linux use :

# pip3 install git+https://github.com/UCL-INGI/INGInious-problems-math

You also have to add the following plugin entry in your configuration.yaml file:

plugins:
    - plugin_module: "inginious_problems_math"