Installation Guide¶
This package can be installed either through PyPI or source code.
Requirement¶
You need to use Python version 3.6 or higher to use this package.
Install from PyPI¶
For installing the package from PyPI, please use the following command.
pip install dte_adj
Install from source code¶
For installing the package from the source code, please use the following commands.
git clone https://github.com/CyberAgentAILab/python-dte-adjustment
cd python-dte-adjustment
pip install -e .