diff --git a/doc/installation.rst b/doc/installation.rst index 425559b..15ea035 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -1,8 +1,8 @@ Installation -========================== +============ Downloading `WDRT` ------------------------- +------------------ `WDRT` is distributed through the `WDRT GitHub repository `_. The toolbox can either be downloaded via ``git`` or simply by visiting the the `WDRT GitHub repository `_ and downloading it directly. @@ -39,6 +39,12 @@ The following installation procedure allows for easier updating of the code with **Step 2:** Add the ``$WDRT_SOURCE`` directory to your `PYTHONPATH `_ environment variable (`Windows `_, `Mac OSX `_, `Linux `_). -**Step 3:** Verify the installation's functionality:: +**Step 3:** Verify the installation's functionality by running the examples located in``$WDRT_SOURCE/examples`` - python verifyInstall.py +.. code-block:: none + + cd examples + python example_envSamplying.py + python example_contourApproach.py + python example_shortTermExtreme.py + python example_fatigue.py