Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 597 Bytes

INSTALL.md

File metadata and controls

26 lines (19 loc) · 597 Bytes

Installation

The installation of INT2 is super easy.

Step 1: Create an python environment for INT2

conda create --name int2 python=3.8 -y
conda activate int2

Step 2: Install the required packages

pip install -r requirements.txt

Step 3: Clone the codebase, and compile this codebase:

# Clone INT2 codebase
git clone https://github.com/AIR-DISCOVER/INT2.git

Then you are all set.

if you want to use INT2 in M2I, pleas refer here.

If you want to use INT2 in MTR, pleas refer here.