~~~~~~~~~~~~
Installation
~~~~~~~~~~~~


Building from source
~~~~~~~~~~~~~~~~~~~~


In the scikits directory, execute::

  python setup.py install


The setup.py file in this directory should not be used directly. 




For developers
~~~~~~~~~~~~~~

To compile ``lic_internal.pyx`` into ``lic_internal.c``::

  cython lic_internal.pyx


