Skip to content

Commit

Permalink
README: collapse dev install note
Browse files Browse the repository at this point in the history
  • Loading branch information
yunjunz committed Feb 8, 2025
1 parent cce7fa6 commit ca1661e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ apt install python3-pyaps3

#### b. Install the development version

<p>
<details>
<p><summary>Click to expand for more details</summary></p>

The development version can be installed via `pip` as:

```bash
Expand All @@ -56,6 +60,8 @@ Test the installation by running:
```bash
python PyAPS/tests/test_calc.py
```
</details>
</p>

### 2. Account setup for [ERA5](https://www.ecmwf.int/en/forecasts/dataset/ecmwf-reanalysis-v5)

Expand Down
1 change: 0 additions & 1 deletion src/pyaps3/autoget.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,3 @@ def NARRdload(bdate,hr,filedir):
urllib3.urlretrieve(weburl,dname)

return flist

0 comments on commit ca1661e

Please sign in to comment.