Installation ============ Required dependencies ^^^^^^^^^^^^^^^^^^^^^ - xarray - scipy - scikit-learn - netCDF4 - dask - toolz - erddapy - fsspec - gsw - aiohttp - packaging Note that Erddapy_ is required because `erddap `_ is the default data fetching backend. Requirement dependencies details can be found `here `_. The **argopy** software is `continuously tested `_ with under latest OS (Linux and Mac OS) and with python versions 3.6, 3.7 and 3.8. Optional dependencies ^^^^^^^^^^^^^^^^^^^^^ For a complete **argopy** experience, the following packages are also required: - ipython>=5.0.0 - ipywidgets>=7.5.1 - tqdm>=4.46.0 - Matplotlib>=3.0 - Cartopy>=0.17 - Seaborn>=0.9.0 Instructions ^^^^^^^^^^^^ Install the last release with conda: .. code-block:: text conda install -c conda-forge argopy or pip: .. code-block:: text pip install argopy you can also work with the latest version: .. code-block:: text pip install git+http://github.com/euroargodev/argopy.git@master .. _Erddapy: https://github.com/ioos/erddapy