diff --git a/README.md b/README.md index 53b369ce..6946d280 100644 --- a/README.md +++ b/README.md @@ -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.