Rate This Document
Findability
Accuracy
Completeness
Readability

Obtaining the Source Code

Procedure

  1. Create the PyFerret installation directory /path/to/PyFerret.
    mkdir -p /path/to/PyFerret
  2. Go to the PyFerret installation directory.
    cd /path/to/PyFerret
  3. Obtain the PyFerret installation package PyFerret-7.6.0.tar.gz and rename it.
    wget https://codeload.github.com/NOAA-PMEL/PyFerret/tar.gz/refs/tags/v7.6.0 --no-check-certificate
    mv v7.6.0 PyFerret-7.6.0.tar.gz