Skip to content

Commit f7d00a6

Browse files
committed
Merge branch 'main' into joss
2 parents b0f9720 + 35e98be commit f7d00a6

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ pyTCR is a physics-based model developed in python to estimate rainfall induced
4040
```sh
4141
conda install -c conda-forge pyTCR
4242
```
43+
44+
> 💡 **Note:**
45+
> *Python 3.11 or higher is required for installing pyTCR.*
46+
4347
2. To get the latest (unstable) development version from GitHub:
4448
```sh
4549
git clone https://github.com/levuvietphong/pyTCR.git
@@ -48,10 +52,10 @@ pyTCR is a physics-based model developed in python to estimate rainfall induced
4852
```
4953

5054
> 💡 **Note:**
51-
> *This installs the most recent updates, which may include new features and bug fixes that are not yet available in the stable release. Cloning the repository also gives you access to the tutorial in the notebooks folder.*
55+
> *This installs the most recent updates, which may include new features and bug fixes that are not yet available in the stable release.*
5256

5357
## :arrow_forward: Getting Started
54-
This repository provides a collection of [jupyter notebooks](https://github.com/levuvietphong/pyTCR/tree/main/notebooks) designed to facilitate the use of PyTCR for generating and visualizing rainfall and wind speed induced by TCs. These notebooks cover various use cases and data sources, providing comprehensive guidance for users.
58+
This repository provides a collection of [jupyter notebooks](https://github.com/levuvietphong/pyTCR/tree/main/notebooks) designed to facilitate the use of PyTCR for generating and visualizing rainfall and wind speed induced by TCs. To access the tutorials, clone the repository locally. These notebooks cover various use cases and data sources, providing comprehensive guidance for users.
5559

5660
0. [Downloading Tropical Cyclone Data:](./notebooks/ex0_download_tracks_from_cmip6.ipynb) illustrates the process of downloading CMIP6 tropical cyclone tracks that have undergone downscaling using the tropical cyclone downscaling [model](https://github.com/linjonathan/tropical_cyclone_risk).
5761

0 commit comments

Comments
 (0)