Skip to content

Commit 850ec16

Browse files
authored
docs(python): update README.md
1 parent eae497c commit 850ec16

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Plateau Utils
22

3-
This is a collection of utilities for the `Plateau <https://www.mlit.go.jp/plateau/>`_ project.
3+
This is a collection of utilities for the [Plateau](https://www.mlit.go.jp/plateau/) project.
44

5-
Tested with Python 3.9 and 3.10
5+
```bash
6+
pip install plateauutils
7+
```
8+
9+
Tested with Python 3.9 and 3.10
610

711
## CityGML parser
812

@@ -58,8 +62,3 @@ pip install -r dev-requirements.txt
5862
pytest --cov=plateauutils --cov-report=html --cov-fail-under=90
5963
```
6064

61-
## How to install
62-
63-
```bash
64-
pip install plateauutils
65-
```

0 commit comments

Comments
 (0)