Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfidan authored Jan 30, 2024
1 parent 834b06b commit 50301da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ If you are interested in running this material locally on your computer, you wil
conda env create -f environment.yml
conda activate asean2024-pyrad-course
```
1. Since pydda installs [arm_pyart](https://github.com/ARM-DOE/pyart) we will have to remove it (the workflow work with our [MeteoSwiss fork](https://github.com/MeteoSwiss/pyart))
1. The [pydda](https://github.com/openradar/PyDDA) package installs [arm_pyart](https://github.com/ARM-DOE/pyart), but pyrad works better (more functionalities) with the [MeteoSwiss fork of pyart](https://github.com/MeteoSwiss/pyart), and this version gets installed when pyrad is installed. To solve this conflict, the best solution is to uninstall both pyart versions and reinstall the MeteoSwiss one.
```
conda uninstall arm_pyart
conda uninstall arm_pyart pyart_mch
conda install pyart_mch
```
1. Finally define some environment variables that are required for some workflows
```
Expand Down

0 comments on commit 50301da

Please sign in to comment.