diff --git a/README.md b/README.md index 5eba9fd..fe36197 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ apt install python3-pyaps3 #### b. Install the development version +

+

+

Click to expand for more details

+ The development version can be installed via `pip` as: ```bash @@ -56,6 +60,8 @@ Test the installation by running: ```bash python PyAPS/tests/test_calc.py ``` +
+

### 2. Account setup for [ERA5](https://www.ecmwf.int/en/forecasts/dataset/ecmwf-reanalysis-v5) diff --git a/src/pyaps3/autoget.py b/src/pyaps3/autoget.py index 8e42c8f..78c2a91 100644 --- a/src/pyaps3/autoget.py +++ b/src/pyaps3/autoget.py @@ -238,4 +238,3 @@ def NARRdload(bdate,hr,filedir): urllib3.urlretrieve(weburl,dname) return flist -