Installation#
Currently, there are two ways to install the package.
pydropsondeis available via PyPI such that you can directly install the package withpippip install pydropsonde
Alternatively, you can clone the repository by
git clone git@github.com:atmdrops/pydropsonde.git
and create a respective python environment with
condafrom the base folder directory:conda env create -f environment.yaml
This will install
pydropsondein development mode.