Skip to content

Commit f1f689f

Browse files
committed
Update github install instructions
1 parent aeebcdc commit f1f689f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ library(devtools)
1616
install_github("mannau/tm.plugin.webmining")
1717
```
1818

19+
Windows users need to use the following command to install from github:
20+
21+
```python
22+
library(devtools)
23+
install_github("mannau/boilerpipeR", args = "--no-multiarch")
24+
```
25+
1926
## Usage
2027
The next snippet shows how to download and extract the main text from all supported sources as WebCorpus objects including a rich set of metadata like *Author*, *DateTimeStamp* or *Source*:
2128

0 commit comments

Comments
 (0)