We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d56a1 commit 3c790f8Copy full SHA for 3c790f8
1 file changed
docs/source/installguide.rst
@@ -5,7 +5,7 @@ Installation with ``pip`` is recommended. To use Granger Causality additional de
5
6
Requirements
7
------------
8
-- Python >=3.6 and R >=4.0
+- Python ==3.10.* and R ==4.4.2
9
- Install the R package requirements as follows in R.
10
11
.. code-block:: R
@@ -14,7 +14,7 @@ Requirements
14
> BiocManager::install("graph")
15
> BiocManager::install("RBGL")
16
> install.packages("pcalg")
17
- > install.packages("kpcalg")
+ > install.packages("https://cran.r-project.org/src/contrib/Archive/kpcalg/kpcalg_1.0.1.tar.gz")
18
19
Install ``timeawarepc`` using ``pip``
20
-------------------------------------
@@ -27,4 +27,4 @@ To install ``timeawarepc`` with ``nitime`` also:
27
28
.. code-block:: bash
29
30
- $ pip install nitime
+ $ pip install nitime
0 commit comments