Skip to content

Commit 3c790f8

Browse files
authored
Update installguide.rst
1 parent 57d56a1 commit 3c790f8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/installguide.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Installation with ``pip`` is recommended. To use Granger Causality additional de
55

66
Requirements
77
------------
8-
- Python >=3.6 and R >=4.0
8+
- Python ==3.10.* and R ==4.4.2
99
- Install the R package requirements as follows in R.
1010

1111
.. code-block:: R
@@ -14,7 +14,7 @@ Requirements
1414
> BiocManager::install("graph")
1515
> BiocManager::install("RBGL")
1616
> install.packages("pcalg")
17-
> install.packages("kpcalg")
17+
> install.packages("https://cran.r-project.org/src/contrib/Archive/kpcalg/kpcalg_1.0.1.tar.gz")
1818
1919
Install ``timeawarepc`` using ``pip``
2020
-------------------------------------
@@ -27,4 +27,4 @@ To install ``timeawarepc`` with ``nitime`` also:
2727

2828
.. code-block:: bash
2929
30-
$ pip install nitime
30+
$ pip install nitime

0 commit comments

Comments
 (0)