Installation

Dependencies

DeepMTP works with Python 3.7 or later.

Installation

DeepMTP is available on PyPI and can be installed using pip:

pip install DeepMTP

Alternatively, you can install directly from the source code. Simply clone the Git repository of the project and run the following commands:

git clone https://github.com/diliadis/DeepMTP.git
cd DeepMTP
conda env create -f environment.yml
conda activate DeepMTP_env