Updated installation instructions

This commit is contained in:
Ilya Zverev 2017-06-07 22:21:41 +03:00
parent 04d23a4958
commit 63e13b461c

View file

@ -10,8 +10,8 @@ See `the OSM wiki page`_ for detailed description and instructions.
Installation
------------
Clone this repository, and from inside it run
``pip install -r requirements.txt``.
Run
``pip install osm_conflate``.
Profiles
--------
@ -27,11 +27,11 @@ For a simplest case, run:
::
./conflate.py <profile.py>
conflate <profile.py> -o result.osm
You might want to add ``-v`` to get status messages, and other arguments
to pass a dataset file or write the resulting osmChange somewhere. Run
``./conflate.py -h`` to see a list of arguments.
``conflate -h`` to see a list of arguments.
Uploading to OpenStreetMap
--------------------------