Skip to content

Commit 2d67861

Browse files
authored
Update README.md
1 parent eac2882 commit 2d67861

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Miniconda](https://conda.io/docs/user-guide/install/download.html#anaconda-or-mi
9696
if you are curious) and can be installed from
9797
[here](https://conda.io/miniconda.html) if you do not already have it.
9898

99-
Then, create a new python environment based on the explainability algorithms you wish to use by referring to the [table](https://github.com/Trusted-AI/AIX360/edit/master/README.md#supported-configurations) above. For example, for python 3.10, use the following command:
99+
Then, create a new python environment based on the explainability algorithms you wish to use by referring to the [table](https://github.com/Trusted-AI/AIX360/tree/master#supported-configurations) above. For example, for python 3.10, use the following command:
100100

101101
```bash
102102
conda create --name aix360 python=3.10
@@ -132,7 +132,7 @@ Then, navigate to the root directory of the project which contains `setup.py` fi
132132
```bash
133133
(aix360)$ pip install -e .[<algo1>,<algo2>, ...]
134134
```
135-
The above command installs packages required by specific algorithms. Here `<algo>` refers to the installation keyword in [table](https://github.com/Trusted-AI/AIX360/edit/master/README.md#supported-configurations) above. For instance to install packages needed by BRCG, DIPVAE, and TSICE algorithms, one could use
135+
The above command installs packages required by specific algorithms. Here `<algo>` refers to the installation keyword in [table](https://github.com/Trusted-AI/AIX360/tree/master#supported-configurations) above. For instance to install packages needed by BRCG, DIPVAE, and TSICE algorithms, one could use
136136
```bash
137137
(aix360)$ pip install -e .[rbm,dipvae,tsice]
138138
```
@@ -169,7 +169,7 @@ If you follow either of these two options, you will need to download the noteboo
169169

170170
AI Explainability 360 toolkit is tested on Windows, MacOS, and Linux [here](https://github.com/Trusted-AI/AIX360/blob/master/.github/workflows/Build.yml). However, if you still face installation issues due to package dependencies, please try installing the corresponding package via conda (e.g. conda install package-name) and then install the toolkit by following the usual steps. For example, if you face issues related to pygraphviz during installation, use `conda install pygraphviz` and then install the toolkit.
171171

172-
Please use the right python environment based on the [table](https://github.com/Trusted-AI/AIX360/edit/master/README.md#supported-configurations) above.
172+
Please use the right python environment based on the [table](https://github.com/Trusted-AI/AIX360/tree/master#supported-configurations) above.
173173

174174
## Running in Docker
175175

0 commit comments

Comments
 (0)