Skip to content

Commit 7425a8a

Browse files
committed
Update README
1 parent 7fd9402 commit 7425a8a

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,18 @@ CLI for interacting with and preparing data for the [Mapbox Tiling Service](http
1414

1515
## Requirements
1616

17-
- Python >= 3.6 (can be installed via virtualenv)
18-
- Recommended: [virtualenv](https://virtualenv.pypa.io/) / [virtualenvwrapper](https://virtualenvwrapper.readthedocs.io/en/latest/)
17+
- Python >= 3.10
1918

20-
## Basic installation
21-
22-
`pip install mapbox-tilesets` will install everything but [`estimate-area`](#estimate-area).
19+
`pip install mapbox-tilesets` will install everything but the [`estimate-area`](#estimate-area) command.
2320

2421
## Installing optional `estimate-area` command
2522

2623
If you are using an x86 Mac or Linux machine, run:
27-
`pip install 'mapbox-tilesets[estimate-area]'`
28-
29-
Otherwise, you will need to install some dependencies.
24+
`pip install 'mapbox-tilesets[estimate-area]'`. Otherwise, you will need to install some dependencies.
3025

3126
### arm64 MacOS
3227

33-
If you're on an arm64 Mac (e.g., with an M1 chip), you'll need to install [GDAL](https://gdal.org/) first. On Mac, a simple way is to use [Homebrew](https://brew.sh/):
28+
If you're on an Arm64 Mac, you'll need to install [GDAL](https://gdal.org/) first. On Mac, a simple way is to use [Homebrew](https://brew.sh/):
3429

3530
```sh
3631
$ brew install gdal
@@ -507,4 +502,4 @@ Publishes changesets for a tileset that supports incremental updates. This comma
507502

508503
```shell
509504
tilesets publish-changesets <tileset_id> --changeset /path/to/changeset.json
510-
```
505+
```

0 commit comments

Comments
 (0)