Skip to content

Commit

Permalink
Generated update. Please review before merging.
Browse files Browse the repository at this point in the history
  • Loading branch information
GitLab CI/CD committed Apr 5, 2024
1 parent d52eecf commit d912f54
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -14,15 +14,15 @@ By using this library, you agree to the ORS [terms and conditions](https://openr

## Requirements.

Python 2.7 and 3.4+
Python 3.8+

## Installation & Usage
### pip install

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

```sh
pip install ors-py
pip install openrouteservice
```

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

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

### Basic example
```python
Expand Down

0 comments on commit d912f54

Please sign in to comment.