Skip to content

Commit

Permalink
add minimal tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
vroland committed Nov 11, 2019
1 parent 2a84d88 commit 8ff2ad5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ source env/bin/activate
# Install dependencies
pip install -r requirements.txt
```

## Running

* Make sure you have openrouteservice running under localhost.
* Start the backend service: `cd obst/tsopt/ && python3 optimize.py`. It should load the pre-computed dataset graphs.
* Open the front-end file in `obst/ui/index.html`

0 comments on commit 8ff2ad5

Please sign in to comment.