Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
strange
  • Loading branch information
egagli committed Jan 26, 2025
2 parents 1520eb6 + d381f78 commit d7d08bc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
fail-fast: false
matrix:
config:
- { os: ubuntu-latest, py: "3.8" }
- { os: ubuntu-latest, py: "3.9" }
- { os: ubuntu-latest, py: "3.10" }
- { os: ubuntu-latest, py: "3.11" }
- { os: ubuntu-latest, py: "3.12" }
- { os: ubuntu-latest, py: "3.13" }

steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ easysnowdata is a package for retrieving all types of data relevant to snow, wit
![easysnowdata](https://github.com/user-attachments/assets/5b2c83a4-b732-4c35-86fd-1bccb954c286)

## installation
`pip install easysnowdata`
easysnowdata is available on pypi and conda-forge. you can install easysnowdata with any of the following...

* `pip install easysnowdata`
* `conda install easysnowdata`
* `mamba install easysnowdata`

## examples

Expand Down
12 changes: 4 additions & 8 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@

## Stable release

To install easysnowdata, run this command in your terminal:
easysnowdata is available on pypi and conda-forge. you can install easysnowdata with any of the following...

```
pip install easysnowdata
```

This is the preferred method to install easysnowdata, as it will always install the most recent stable release.

If you don't have [pip](https://pip.pypa.io) installed, this [Python installation guide](http://docs.python-guide.org/en/latest/starting/installation/) can guide you through the process.
* `pip install easysnowdata`
* `conda install easysnowdata`
* `mamba install easysnowdata`

## From sources

Expand Down

0 comments on commit d7d08bc

Please sign in to comment.