Installation#

Important

Only Python3.9 to 3.11 are currently supported.

Tip

Consider using a virtual environment. Virtual environments are a great way to ensure that you install the right versions of dependencies, while avoiding breaking other Python packages in your system.

You can install eda-report from the Python Package Index using pip:

$ pip install eda-report

You can also install the latest stable version right from the GitHub repository using:

$ pip install https://github.com/tim-abwao/eda-report/archive/main.tar.gz