> For the complete documentation index, see [llms.txt](https://digitalsleuth.gitbook.io/time-decode-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://digitalsleuth.gitbook.io/time-decode-documentation/installation/requirements.md).

# Requirements

Most of the modules used in `time-decode` are readily available in Python 3, however the modules `python-dateutil` and `colorama` are required, and not typically installed by default. When installing `time-decode` using either the [pip (PyPI)](/time-decode-documentation/installation/using-pip-pypi.md) method or the [pip (GitHub)](/time-decode-documentation/installation/using-pip-github.md) method, these are installed during installation.

When installing via the [Manual Installation](/time-decode-documentation/installation/manual-installation.md) method, these will need to be installed before first use.
