From ef6deedc9d06138302651126843feac15be382cb Mon Sep 17 00:00:00 2001 From: Wang Xin Date: Tue, 3 Jan 2023 17:01:53 +0800 Subject: [PATCH] Update README.md add `How to build package` section --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4955cc1..23fcba4 100644 --- a/README.md +++ b/README.md @@ -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.