If you are new to Python please see the Python Tutorial, and install Anaconda.
These required packages are automatically installed if you install fisspy by using Anaconda.
To install fisspy launch a terminal (under linux or OSX) or the 'Anaconda command Prompt' (under Windows). First add the conda-forge channels:
conda config --append channels conda-forge
Then install the fisspy:
conda install fisspy
You can also install the specific version of fisspy:
conda install fisspy=0.9.80
You can update to the latest version by running:
conda update fisspy
You can also install fisspy by using PyPI, but we highly recommand to install fisspy by using Anaconda.
pip install fisspy