Use OpenTURNS Python module on Windows.


1. users

Users interact with OpenTURNS through Python script.

  - use
To launch OpenTURNS, type "import openturns" in a Python console. 
No environment variable need to be set.

  - examples
Python examples can be found in <python prefix>\Lib\site-packages\openturns\examples directory.


2. developers

The Developer manual explains how to compile and use the C++ library.
This documentation can be found on the website.
