Skip to article frontmatterSkip to article content

Installation

Overview

We tested DeepTMInter on a Linux operating system, as several input feature generation tools are Linux-dependent. However, if you already have the required feature files (as shown in example_data), the program can be run on other platforms such as Windows and macOS. Before using the software, please ensure that Python (version >=3.11) is installed. We highly recommend using Anaconda, an integrated Python development environment, which simplifies package management and environment setup.

Installing

GitHub

Then, we can follow the step-by-step precedures for installation.

Step 1: Get the most recent version of DeepTMInter from GitHub (clone it at your preferred location), PyPI, or Conda.

git clone https://github.com/2003100127/deeptminter.git

Step 2: Create a conda environment in your local machine.

conda create --name deeptminter python=3.12

conda activate deeptminter

Step 3: install via pip

Command
Log
cd deeptminter

pip install .

Everything should be all set before you run DeepTMInter.