Skip to article frontmatterSkip to article content

Installation

Overview

DeepdlncUD has been made available to use across different versions of Python and Tensorflow. Given conflicts between dependencies, the following versions are recommended most (please see log 1 and log 2).

Installing

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

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

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

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

conda create --name deepdlncud python=3.11

conda activate deepdlncud

Step 3: install via pip

Command
Installation log
cd deepdlncud

pip install .

Everything should be all set before you run DeepdlncUD.