Skip to content

Commit 0268d1c

Browse files
committed
fix githubURL in the documents
1 parent 4628419 commit 0268d1c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

installation_instructions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Check out their website to install the PyTorch version suited to your hardware c
3838

3939
## Install the CausalDiscoveryToolboxPackage
4040
```sh
41-
$ git clone https://github.com/Diviyan-Kalainathan/CausalDiscoveryToolbox.git # Download the package
41+
$ git clone https://github.com/FenTechSolutions/CausalDiscoveryToolbox.git # Download the package
4242
$ cd CausalDiscoveryToolbox
4343
$ pip install -r requirements.txt # Install the requirements
4444
$ python setup.py install develop --user
@@ -49,13 +49,13 @@ From now on, you can import the library using :
4949
```python
5050
import cdt
5151
```
52-
Check out the package structure and more info on the package itself [here](https://github.com/Diviyan-Kalainathan/CausalDiscoveryToolbox/blob/master/documentation.md).
52+
Check out the package structure and more info on the package itself [here](https://github.com/FenTechSolutions/CausalDiscoveryToolbox/blob/master/documentation.md).
5353

5454
## Additional : R and R libraries
5555
In order to have access to additional algorithms from various R packages such as bnlearn, kpcalg, pcalg, ... while using the _cdt_ framework, it is required to install R.
5656

5757
Using bioconductor (https://www.bioconductor.org/) might be an easier alternative to install all packages.
58-
Check out the [r-requirements file](https://github.com/Diviyan-Kalainathan/CausalDiscoveryToolbox/blob/master/r_requirements.txt) to see all the packages used by the toolbox.
58+
Check out the [r-requirements file](https://github.com/FenTechSolutions/CausalDiscoveryToolbox/blob/master/r_requirements.txt) to see all the packages used by the toolbox.
5959

6060
<!-- python>=3.5 -->
6161

@@ -66,7 +66,7 @@ Check out the [r-requirements file](https://github.com/Diviyan-Kalainathan/Causa
6666

6767
<!-- Get source code -->
6868
<!-- ``` -->
69-
<!-- git clone https://github.com/Diviyan-Kalainathan/CausalDiscoveryToolbox.git -->
69+
<!-- git clone https://github.com/FenTechSolutions/CausalDiscoveryToolbox.git -->
7070
<!-- ``` -->
7171

7272
<!-- Setup python package -->

0 commit comments

Comments
 (0)