Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,21 @@ Then, navigate to the root directory of the project and run:
pip install --editable '.[all]'
```

###For Windows machine
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
###For Windows machine
### For Windows machine

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Since this is conda installation instructions, lets add this to the conda section: https://github.com/Trusted-AI/AIF360#conda


Install Conda use Windows exe from Conda Downloads website:
https://docs.conda.io/projects/miniconda/en/latest/

Add PATH to Environment Variables
Sample value to add: C:\ProgramData\miniconda3\condabin

To avoid error "Unable to determine R Home:
- Install R
- Create R_HOME system variable
- Add R_HOME\bin to the PATH, in order to execute R from python
- Add R_HOME\bin\x64 to the PATH, in order to load R.dll
- Install package tzlocal

#### Run the Examples

To run the example notebooks, complete the manual installation steps above.
Expand Down