# otsvm module

Installation
  Silent install can be done with the switch /S (e.g. openturns-otsvm-0.0-py27.exe /S).
  To test otsvm module installation, in an OpenTURNS python console type:
    import otsvm
    print otsvm.__version__

Uninstallation
  OTSVM module will be automatically uninstalled at OpenTURNS removal.
  OTSVM module can be removed from OpenTURNS with uninst-svm.exe uninstaller.
  Silent uninstall can be done with the switch /S.

