Installation

from pypi

mwr_raw2l1 is directly installable through pip. To install the latest released version and its dependencies do

pip install mwr_raw2l1

for more colorful logging you may want to do

pip install mwr_raw2l1[colorlog]

from git

To install mwr_raw2l1 with it’s newest developments perform an installation from the source code like follows:

  1. clone this repository

git clone https://github.com/MeteoSwiss/mwr_raw2l1.git
  1. go into the package directory and install

    • with pip (>=21.3)

      pip install .
      

      or

      pip install .[colorlog]
      
    • with poetry

      poetry install
      

      or

      poetry install -E colorlog