Installation

Installation#

Currently, there are two ways to install the package.

  1. pydropsonde is available via PyPI such that you can directly install the package with pip

    pip install pydropsonde
    
  2. Alternatively, you can clone the repository by

    git clone git@github.com:atmdrops/pydropsonde.git
    

    and create a respective python environment with conda from the base folder directory:

    conda env create -f environment.yaml
    

    This will install pydropsonde in development mode.