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 C:\Python27\Lib\site-packages\openturns\examples directory.
Start them by dragging .py to _drag_to_me_to_start_it.bat batch file.


2. developers

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