Installation#
Currently, there are two ways to install the package.
pydropsonde
is available via PyPI such that you can directly install the package withpip
pip install pydropsonde
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.