# 1. Installation
  To install the API, cd to the directory /path/to/cfd-client and type:

     python setup.py install

# 2. Authentication
  Once installed, the API needs to be authenticated.
  To authenticate the API, execute the authentication script:

     python auth.py

  You will be prompted for your simulation.cloud email and password.
  The script will store your credentials in the directory ~/.simulation.

# 2. Using the API
  A simple demo is included in the 'demo' directory. To run the demo, type:

    python demo.py

  A case will be launched, and the result will be plotted upon finishing.

  To learn more about the API, in the Python terminal, type:

     import fun3dapi.fun3dapi as f3d
     help(f3d)