Installation ============ To install ``searvey``, you need `Python `_ greater than or equal to version 3.8. You can install it, either using `pip` (ideally within a Virtual Environment): .. code-block:: bash pip install searvey or using conda: .. code-block:: bash conda install -c conda-forge searvey Development version ------------------- If you need to install the latest development version you can use: .. code-block:: bash pip install git+https://github.com/oceanmodeling/searvey.git