Skip to article frontmatterSkip to article content

Installation

Overview

We are striving to make Drutai 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 Drutai from GitHub (clone it at your preferred location), PyPI, or Conda.

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

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

conda create --name drutai python=3.11

conda activate drutai

Step 3: install via pip

Command
Installation log
cd drutai

pip install .

Everything should be all set before you run Drutai.