Skip to content

Commit

Permalink
Merge branch 'release/v1.0.0' of https://github.com/pdGruby/cloupy in…
Browse files Browse the repository at this point in the history
…to release/v1.0.0
  • Loading branch information
pdGruby committed Nov 8, 2021
2 parents 8d91f1c + d00268b commit f8bff3d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,17 @@ cloupy is a Python package for climatological data downloading, processing and v

## Installation

Run the following command on the command line:
Run the following command on the command line.

**Windows:**
```bash
pip install cloupy
```

**Linux:**
```bash
pip3 install cloupy
```

## Usage/Examples
### 1. Import cloupy library
Expand Down

0 comments on commit f8bff3d

Please sign in to comment.