Installation ============ Unix ---- Install `the rPython package `_, see file `INSTALL `_ there. Then install *excerptr* from `CRAN `_: .. code:: R install.packages("excerptr") Windows ------- *excerptr* is a unix-only package since one of it's dependencies, *rPython*, is. Since *rPython* has a non-CRAN work around - *rPython-win* -, and the *excerptr* code itself does not make any asumptions about your operating system, you can use *excerptr* on windows with *rPython-win*. So: Install `rPython-win `_ (follow the instructions at `https://cran.r-project.org/package=rPython/INSTALL `_ ). Then follow the instructions given at `excerptr on github `_ (you basically remove the restriction to unix from *excerptr*'s DESCRIPTION).