Asma
Asma

Reputation: 137

How to install PyLucene 6.0.2 in windows

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 .

Upvotes: 2

Views: 1699

Answers (1)

atinjanki
atinjanki

Reputation: 492

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.

Upvotes: 0

Related Questions