Skip to content

Commit d912f54

Browse files
author
GitLab CI/CD
committed
Generated update. Please review before merging.
1 parent d52eecf commit d912f54

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ By using this library, you agree to the ORS [terms and conditions](https://openr
1414

1515
## Requirements.
1616

17-
Python 2.7 and 3.4+
17+
Python 3.8+
1818

1919
## Installation & Usage
2020
### pip install
2121

2222
If the python package is hosted on Github, you can install directly from Github
2323

2424
```sh
25-
pip install ors-py
25+
pip install openrouteservice
2626
```
2727

2828
Then import the package:
@@ -49,10 +49,10 @@ Please follow the [installation procedure](#installation--usage) before running
4949

5050
### Examples
5151
These examples show common usages of this library.
52-
- [Avoid construction sites dynamically](examples/Avoid_ConstructionSites.ipynb)
53-
- [Dieselgate Routing](examples/Dieselgate_Routing.ipynb)
54-
- [Route optimization of pub crawl](examples/ortools_pubcrawl.ipynb)
55-
- [Routing optimization in humanitarian context](examples/Routing_Optimization_Idai.ipynb)
52+
- [Avoid construction sites dynamically](https://openrouteservice.org/example-avoid-obstacles-while-routing/)
53+
- [Dieselgate Routing](https://openrouteservice.org/dieselgate-avoid-berlin-banned-diesel-streets/)
54+
- [Route optimization of pub crawl](https://openrouteservice.org/example-optimize-pub-crawl-with-ors/)
55+
- [Routing optimization in humanitarian context](https://openrouteservice.org/disaster-optimization/)
5656

5757
### Basic example
5858
```python

0 commit comments

Comments
 (0)