Installation

Using pip

python3 -m pip install datacomp

From Source

Install the latest version from GitHub.

python3 -m pip install git+https://github.com/Cojabi/DataComp.git

In editable mode:

This makes sure that the newest version of the code is used when the code is changed locally.

git clone https://github.com/Cojabi/DataComp.git
cd DataComp
python3 -m pip install -e .