Installation

Installation with pip is recommended. To use Granger Causality additional dependency of nitime is required. For detailed instructions, see below.

Requirements

  • Python >=3.6 and R >=4.0

  • Install the R package requirements as follows in R.

> install.packages("BiocManager")
> BiocManager::install("graph")
> BiocManager::install("RBGL")
> install.packages("pcalg")
> install.packages("kpcalg")

Install timeawarepc using pip

$ git clone -b main https://github.com/shlizee/TimeAwarePC.git
$ cd TimeAwarePC
$ pip install .

To install timeawarepc with nitime also:

$ pip install nitime