Changeset 6931f61 in flex_extract.git for For_developers/Sphinx/Source/installation.rst


Ignore:
Timestamp:
Jul 8, 2020, 10:00:37 PM (4 years ago)
Author:
anphi <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
e0005c9
Parents:
8a53342
Message:

Update Onlinedocumentation after review of language editing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • For_developers/Sphinx/Source/installation.rst

    r8a53342 r6931f61  
    140140We tested ``flex_extract`` with the Python3 package from the the GNU/Linux distribution and Anaconda Python. The required Python3 modules should prefarably be installed as distribution packages, or alternatively using Python's own package manager ``pip`` (this may mess up some aspects of your python installation, especially if you use ``pip`` as root. Think about using virtual environments.).
    141141
    142 Before installing the system packages check the availability with (Debian-based system) ``dpkg -s <package-name> |  grep Status`` or (Redhat-based system)``rpm -q <package_name>``. For example:
     142Before installing the system packages check the availability with (Debian-based system) ``dpkg -s <package-name> |  grep Status`` or (Redhat-based system) ``rpm -q <package_name>``. For example:
    143143
    144144.. code-block:: sh
     
    198198To check whether the Fortran program ``calc_etadot`` has been compiled and runs properly, it can be applied to a prepared minimal dataset.
    199199
    200 For this, go from the ``flex_extract`` root directory to the ``Testing/Installation/Convert/`` directory and execute the Fortran program.
     200For this, go from the ``flex_extract`` root directory to the ``Testing/Installation/Calc_etadot/`` directory and execute the Fortran program.
    201201
    202202.. note::
     
    205205.. code-block:: bash
    206206   
    207    cd Testing/Installation/Convert
     207   cd Testing/Installation/Calc_etadot
    208208   # execute the Fortran progam without arguments
    209209   ../../../Source/Fortran/calc_etadot
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG