Skip to content

Commit 8332750

Browse files
committed
2 parents af728b1 + 1d1cd7a commit 8332750

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
66
[![Test](https://github.com/BikeNetKit/BikeNetLib/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/BikeNetKit/BikeNetLib/actions/workflows/test.yml)
77

8-
> [!WARNING]
9-
> This repository is under heavy development and not yet functional. Do not use.
10-
11-
The auxiliary Python package `bikenetlib` offers utilities for working with bicycle networks, also forming the core of many upstream packages
8+
The Python package `bikenetlib` is BikeNetKit's Python core utility package. It offers utilities for working with bicycle networks and forms the core of many upstream packages
129
in the [BikeNetKit family](https://github.com/BikeNetKit), like [GrowBikeNet](https://github.com/BikeNetKit/GrowBikeNet), [FixBikeNet](https://github.com/BikeNetKit/FixBikeNet), or [LinkBikeNet](https://github.com/BikeNetKit/LinkBikeNet).
1310

1411
There are three building blocks:
@@ -21,7 +18,9 @@ BikeNetLib mainly builds on [OSMnx](https://github.com/gboeing/osmnx) and [GeoPa
2118

2219
## Installation
2320

24-
TBD
21+
```
22+
pip install bikenetlib
23+
```
2524

2625
## Credits
2726

0 commit comments

Comments
 (0)