Update README.md

add `How to build package` section
This commit is contained in:
Wang Xin 2023-01-03 17:01:53 +08:00 committed by GitHub
parent 66cd3f1518
commit ef6deedc9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -82,6 +82,15 @@ Script would generate YOLO format text label and image under **labelme_json_dir*
/path/to/labelme_json_dir/2.png
```
## How to build package/wheel
1. [install hatch](https://hatch.pypa.io/latest/install/)
2. Run the following command:
```shell
hatch build
```
## License
`labelme2yolo` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.