Skip to article frontmatterSkip to article content

Installation

Overview

DeepsmirUD 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 DeepsmirUD from GitHub (clone it at your preferred location), PyPI, or Conda.

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

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

conda create --name deepsmirud python=3.11

conda activate deepsmirud

Step 3: install via pip

Command
Installation log
cd deepsmirud

pip install .

Everything should be all set before you run DeepsmirUD.