Skip to content
Open
Changes from all commits
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:

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

2. 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