How to install PyLucene 6.0.2 in windows

1.6k Views Asked by At

I'm trying to create a simple application on the Information Retreival using python & PyLucene.

Can you help me to install PyLucene 6.2.0 on windows , I already installed jcc , but i didn't know how to install PyLucene.

I found this documentation http://lucene.apache.org/pylucene/install.html#for-the-rest-of-us but i didn't understand what is make & install make instructions.

Please help me .

1

There are 1 best solutions below

0
On

First make sure you have SVN command line tools installed.

Follow this link for SVN - Using TortoiseSVN via the command line

Then install "Make for Windows"

Also, you can directly download 'Make for windows' from here - https://sourceforge.net/projects/gnuwin32/postdownload

After that you can use make in your command prompt.