Skip to content

How to install PyStruct

Minchul Park edited this page Apr 4, 2016 · 2 revisions

On Ubuntu:

  1. apt-get install libopenblas-dev liblapack-dev gfortran
  2. pip install numpy scipy
  3. pip install scikit-learn pystruct

Using Ubuntu(or other Debain-based Linux distribution) is recommended, as it would be very painful to compile those native libraries on Windows.

Clone this wiki locally