Skip to content

Commit bf8ffaf

Browse files
committed
Added some extra details in the README
1 parent 2547501 commit bf8ffaf

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README

+5-2
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,12 @@ The integers mean:
6161
You need:
6262
* Boost (only for unordered_map that will be included in C++1X)
6363
Read bellow if you have troubles with it
64-
* expat (XML parser)
65-
* python
64+
* expat (XML parser) (Ubuntu users install libexpat1-dev)
65+
* python (Ubunut users install python-dev)
6666
* swig
67+
* Python connectors for the database you wan
68+
* sqlite and text output is by default
69+
* python-psycopy2 for postgresql
6770

6871
# Just run the following command
6972
sudo python setup.py install

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from setuptools import setup, find_packages, Extension
1010
setup(name='Osm4routing',
11-
version='1.0.0-d',
11+
version='1.0.0-e',
1212
author= 'Tristram Graebener',
1313
author_email = '[email protected]',
1414
description = 'A simple tool to parse OpenStreetMap data to use them for routing',

0 commit comments

Comments
 (0)