Obtaining the Source Code
Procedure
- Create the PyFerret installation directory /path/to/PyFerret.
mkdir -p /path/to/PyFerret
- Go to the PyFerret installation directory.
cd /path/to/PyFerret
- 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
Parent topic: PyFerret 7.6.0 Porting Guide (openEuler 21.03)