Skip to content

Commit 4b52afb

Browse files
authored
Merge pull request #46 from VoLuong/patch-1
Update readme to avoid issue.
2 parents 8004fb9 + e01d979 commit 4b52afb

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@ This software is free and open source software licensed under the terms of GPLv3
2323

2424
- `python-lxml` (Ubuntu/Mint/Debian), `python-lxml` (Arch Linux)
2525

26-
If you're using Ubuntu 15.x, you should install pip to install python whoosh 2.5.7:
27-
- `python-pip`
28-
- `pip install whoosh==2.5.7`
2926

3027
* Whoosh 2.x
31-
32-
- `python-whoosh` (Ubuntu/Mint/Debian), `python-whoosh` in AUR (Arch Linux)
28+
- `python-whoosh` (Ubuntu/Mint/Debian), `python-whoosh` in AUR (Arch Linux)
29+
30+
- If you are on Ubuntu 15+, the default python-whoosh to be installed is 2.7.0+, which may cause error with the application during index. Therefore,you have 2 options :
31+
+ Use pip to install python whoosh 2.5.`python-pip` `pip install whoosh==2.5.7`
32+
33+
+ Install .deb file from [here](http://packages.ubuntu.com/trusty/all/python-whoosh/download) to grab the old version (2.5.7) of python-whoosh.
34+
3335

3436
* [On Linux] Python bindings for Gstreamer
3537

0 commit comments

Comments
 (0)