Skip to content

Commit 68165ef

Browse files
committed
update installation instructions ahead of release
1 parent 960ef6b commit 68165ef

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,25 @@
22

33
Fetch links or download and cache spatial data example files.
44

5+
The `geodatasets` contains an API on top of a JSON with metadata of externally hosted
6+
datasets containing geospatial information useful for illustrative and educational
7+
purposes.
8+
59
## Install
610

7-
While in the development, use `pip` from GitHub.
11+
From PyPI:
12+
13+
```sh
14+
pip install geodatasets
15+
```
16+
17+
or using `conda` or `mamba` from conda-forge:
18+
19+
```sh
20+
conda install geodatasets -c conda-forge
21+
```
22+
23+
The development version can be installed using `pip` from GitHub.
824

925
```sh
1026
pip install git+https://github.com/geopandas/geodatasets.git

doc/source/introduction.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"source": [
88
"# Introduction of `geodatasets`\n",
99
"\n",
10-
"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.|"
10+
"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."
1111
]
1212
},
1313
{

0 commit comments

Comments
 (0)