Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vijay-arya committed Jul 31, 2023
1 parent d06585b commit 3777668
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,10 @@ If you would like to quickly start using the AI explainability 360 toolkit witho
```
For example, use `pip install -e git+https://github.com/Trusted-AI/AIX360.git#egg=aix360[rbm,dipvae,tsice]` to install BRCG, DIPVAE, and TSICE. You may need to install `cmake` if its not already installed in your environment using `conda install cmake`.

* Install previous version v0.2.1 via [pypi](https://pypi.org/project/aix360/)
* Install v0.3.0 (or previous versions) via [pypi](https://pypi.org/project/aix360/)
```bash
(your environment)$ pip install aix360
```
v0.2.1 includes fewer explainability algorithms. The pip installable package of v0.3.0 will be made available on [pypi](https://pypi.org/project/aix360/) soon.

If you follow either of these two options, you will need to download the notebooks available in the [examples](./examples) folder separately.

Expand Down

0 comments on commit 3777668

Please sign in to comment.