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