Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 203d5a5

Browse files
committed
Merge branch 'master' of github.com:gis-ops/valhalla-py
2 parents 9912c66 + a44f8fe commit 203d5a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ Over time we will very likely deviate from Valhalla's own Python binding code to
77

88
## Installation
99

10-
We distribute all 4 currently supported CPython versions as binary **wheels** for Win64, MacOS (Intel) and x86_64 Linux distributions with `glibc>=2.24` (most modern systems, see [PEP 600](https://www.python.org/dev/peps/pep-0600/)). We **do not** offer a source distribution on PyPI. Please contact us on [email protected] if you need support building the bindings for your platform.
10+
We distribute all 4 currently supported CPython versions as binary **wheels** for Win64, MacOS (Intel) and x86_64 Linux distributions with `glibc>=2.24` (most modern systems, see [PEP 600](https://www.python.org/dev/peps/pep-0600/)). We **do not** offer a source distribution on PyPI. Please contact us on [email protected] if you need support building the bindings for your platform/distribution.
1111

12-
`pip install valhalla-py`
12+
`pip install pyvalhalla`
1313

1414
## Usage
1515

1616
TODO
1717

1818
## License
1919

20-
`valhalla-py` is licensed with GPLv2, see [LICENSE](./LICENSE).
20+
`pyvalhalla` is licensed with GPLv2, see [LICENSE](./LICENSE).

0 commit comments

Comments
 (0)