Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 533 Bytes

File metadata and controls

24 lines (14 loc) · 533 Bytes

ORLib

Developed by:

Requirements:

  • Python installed (tested with Python 3.9.5)
  • numpy installed (tested with numpy 1.24.2)
  • sympy installed for integral use (tested with sympy 1.12)

To install any of the required Python modules, execute the following command:

    pip install (desired_module)

Where desired_module refers to numpy or sympy