Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
minor update - no verifyInstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancoe committed Mar 31, 2017
1 parent 2f563be commit feff6f2
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions doc/installation.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Installation
==========================
============

Downloading `WDRT`
------------------------
------------------
`WDRT` is distributed through the `WDRT GitHub repository <https://github.com/WEC-Sim/WDRT/>`_.
The toolbox can either be downloaded via ``git`` or simply by visiting the the `WDRT GitHub repository <https://github.com/WEC-Sim/WDRT/>`_ and downloading it directly.

Expand Down Expand Up @@ -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 <https://docs.python.org/2/using/cmdline.html#environment-variables>`_ environment variable (`Windows <https://docs.python.org/2/using/windows.html#excursus-setting-environment-variables>`_, `Mac OSX <https://docs.python.org/2/using/mac.html?highlight=pythonpath#configuration>`_, `Linux <https://wiki.archlinux.org/index.php/Environment_variables>`_).

**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

0 comments on commit feff6f2

Please sign in to comment.