diff options
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 416e4b2..c980bda 100644 --- a/README.markdown +++ b/README.markdown @@ -38,12 +38,15 @@ Make FSToolbox and install it: make sudo make install +Run ldconfig to update your library cache + + sudo ldconfig + Install our PyFeast module python ./setup.py build sudo python ./setup.py install - ## Demonstration See test/test.py for an example with uniform data and an image data set. The image data set was collected from the digits example in |