Installing Deep Data Profiler

Using Anaconda and Pip

To install with tutorials and documentation using anaconda and pip:

Note: Documentation is built using Sphinx, which requires we install the matplotlib package using conda not pip.

>>> conda create -n ddp python=3.7 matplotlib
>>> conda activate ddp

From the root directory of deep_data_profiler do

>>> pip install -e.[β€˜all’]

Then run

>>> pytest

To see the sphinx documentation

>>> open docs/index.html

You may also install without editing, tutorials and testing simply using

>>> conda create -n ddp python=3.7
>>> pip install .