Jump to Content
IRTools
HomeGuidesAPI Reference
v0.1.1

Log InIRTools
Log In
v0.1.1HomeGuidesAPI Reference

Documentation

  • Getting Started with Integrated Reasoning
  • Installing IRX - Integrated Reasoning Accelerator
  • Subset Sum in Python
  • Subset Sum Demo
Powered by 

Installing IRX - Integrated Reasoning Accelerator

Suggest Edits

Installing the Python module

There is currently a python module available, called IRX.

Install into Python

The IRX package can be installed through pip as shown below. You can also download and install the package directly at https://pypi.org/project/IRX/.

pip3 install irx

Use the module

Now that you have the module, you can use the Subset Sum in Python.

Updated 2 months ago


  • Table of Contents
    • Installing the Python module