Skip to content

Commit

Permalink
update installation instructions ahead of release
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis committed Jan 26, 2023
1 parent 960ef6b commit 68165ef
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,25 @@

Fetch links or download and cache spatial data example files.

The `geodatasets` contains an API on top of a JSON with metadata of externally hosted
datasets containing geospatial information useful for illustrative and educational
purposes.

## Install

While in the development, use `pip` from GitHub.
From PyPI:

```sh
pip install geodatasets
```

or using `conda` or `mamba` from conda-forge:

```sh
conda install geodatasets -c conda-forge
```

The development version can be installed using `pip` from GitHub.

```sh
pip install git+https://github.com/geopandas/geodatasets.git
Expand Down
2 changes: 1 addition & 1 deletion doc/source/introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"source": [
"# Introduction of `geodatasets`\n",
"\n",
"The `geodatasets` contains an API on top of a JSON with metadata to externally hosted datasets containing geospatial information useful for illustrative and educational purposes.|"
"The `geodatasets` contains an API on top of a JSON with metadata of externally hosted datasets containing geospatial information useful for illustrative and educational purposes."
]
},
{
Expand Down

0 comments on commit 68165ef

Please sign in to comment.