Getting Started¶
System Requirements¶
The following prerequisites are required to use ImputeGAP:
Python version 3.10 / 3.11 / 3.12
Unix-compatible environment for execution
To create and set up an environment with Python 3.12, please refer to the installation guide.
Installation¶
Pip Installation
To quickly install the latest version of ImputeGAP along with its dependencies from the Python Package Index (PyPI), run the following command:
pip install imputegap
Local Installation
To modify the code of ImputeGAP or contribute to its development, you can install the library from source:
Initialize a Git repository and clone the project from GitHub:
git init
git clone https://github.com/eXascaleInfolab/ImputeGAP
cd ./ImputeGAP
Once inside the project directory, run the following command to install the package in editable mode:
pip install -e .