File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ Installation
13
13
pip install --user pyosmkit
14
14
15
15
# or from github where ${TAG} is the git version tag, eg v0.6
16
- pip install --user git+https://github.com/tierpod/pyosmkit .git@${TAG} # egg=pyosmkit
16
+ pip install --user git+https://github.com/tierpod/pyosm .git@${TAG} # egg=pyosmkit
17
17
```
18
18
19
19
Developing
20
20
----------
21
21
22
22
``` bash
23
- git clone https://github.com/tierpod/pyosmkit .git && cd pyosmkit
23
+ git clone https://github.com/tierpod/pyosm .git && cd pyosm
24
24
make venv
25
25
source ./venv/bin/activate
26
26
make init-dev
Original file line number Diff line number Diff line change 10
10
name = "pyosmkit" ,
11
11
version = "0.11" ,
12
12
description = "Library for building OSM tools" ,
13
- url = "https://github.com/tierpod/pyosmkit " ,
13
+ url = "https://github.com/tierpod/pyosm " ,
14
14
author = "Pavel Podkorytov" ,
15
15
16
16
license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments