Update INSTALL

pull/13/head
mdouze 2017-03-02 16:43:37 +01:00 committed by GitHub
parent d08ac922df
commit b0098450bf
1 changed files with 7 additions and 0 deletions

View File

@ -104,6 +104,13 @@ gives the best performance.
Step 2: Compiling the Python interface
======================================
The Python interface is compiled with
make py
How it works
------------
The Python interface is provided via SWIG (Simple Wrapper and
Interface Generator) and an additional level of manual wrappers (in faiss.py).