
**Installation Instructions**:

 * Dependencies  
    numpy, scipy

    recommended:

    xmgrace for plotting in Linux (Ubuntu, Debian) ::

     sudo apt-get install grace

    xmgrace for plotting in MacOs ::

     #install XQuartz
     #install Homebrew or MacPorts
     # for Homebrew
     brew tap homebrew/x11
     brew install grace

    Anaconda is easier on MacOs

    Ipython for convenience

    matplotlib (needed for 3D plots)::

     pip install ipython matplotlib

 * Installation ::
    
    pip install jscatter

   as user in home directory::
       
    pip install jscatter --user
    # from a local file
    pip install jscatter --user --find-links /where/the/file/is/saved

    options
    --user       : Install in user directory (folder defined by PYTHONUSERBASE or the default is used)
    --find-links : look in the given path for package links e.g development releases

 * Upgrade and Development versions::

    option
    --upgrade    : to install upgrades
    --pre        : to install also development versions

 * CONTIN in DLS module

   See DLS module documentation for details how to get and compile the original fortran code. Only if needed.