Installation ------------ .. important:: Only **Python3.10 to 3.12** 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 .. _virtual environment: https://docs.python.org/3/tutorial/venv.html#virtual-environments-and-packages .. _Python Package Index: https://pypi.org/project/eda-report/ .. _GitHub repository: https://github.com/Tim-Abwao/eda-report