Skip to content

Commit

Permalink
wip eo
Browse files Browse the repository at this point in the history
  • Loading branch information
floriscalkoen committed Dec 8, 2024
1 parent 748c9c8 commit 541c125
Show file tree
Hide file tree
Showing 6 changed files with 2,916 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Python tools for cloud-native coastal analytics.

## Installation

If you have all GDAL dependencies installed correctly you can install with pip:
You can install coastpy with pip in a Python environment where [GDAL](https://pypi.org/project/GDAL/) and [pyproj](https://pypi.org/project/pyproj/) are already installed.

```bash
pip install coastpy
```

although it's probably easier to install with conda:
From scratch it's probably easier to install with [conda](https://github.com/conda-forge/miniforge):

```bash
conda env create -f environment.yaml
Expand Down
Loading

0 comments on commit 541c125

Please sign in to comment.