We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae497c commit 850ec16Copy full SHA for 850ec16
README.md
@@ -1,8 +1,12 @@
1
# Plateau Utils
2
3
-This is a collection of utilities for the `Plateau <https://www.mlit.go.jp/plateau/>`_ project.
+This is a collection of utilities for the [Plateau](https://www.mlit.go.jp/plateau/) project.
4
5
-Tested with Python 3.9 and 3.10
+```bash
6
+pip install plateauutils
7
+```
8
+
9
+Tested with Python 3.9 and 3.10
10
11
## CityGML parser
12
@@ -58,8 +62,3 @@ pip install -r dev-requirements.txt
58
62
pytest --cov=plateauutils --cov-report=html --cov-fail-under=90
59
63
```
60
64
61
-## How to install
-
-```bash
-pip install plateauutils
65
-```
0 commit comments