mapbox / geobuf

A compact binary encoding for geographic data.
ISC License
967 stars 84 forks source link

How to install pygeobuf? #112

Open SeaDude opened 4 years ago

SeaDude commented 4 years ago

My apologies if I'm missing something dead obvious, but I didn't see how to install the pygeobuf module anywhere in the README.

Trying !pip install pygeobuf from a jupyter notebook resulted in:

ERROR: Could not find a version that satisfies the requirement pygeobuf (from versions: none)
ERROR: No matching distribution found for pygeobuf
WARNING: You are using pip version 19.3.1; however, version 20.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

Could you advise me? Thank you