From 995a7f42c1614f1d283710b52f2e158dc1c9d1dd Mon Sep 17 00:00:00 2001 From: Cameron Blankenbuehler Date: Mon, 21 Aug 2023 18:45:31 -0400 Subject: [PATCH] Update build instructions --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5fc0649..f48776f 100644 --- a/README.md +++ b/README.md @@ -396,14 +396,8 @@ queme : [(3, 3), (3, 2), (3, 1), (2, 2)] ``` # Build -Make sure the hatchling build system is installed -```bash -pip install hatchling -``` - -Navigate to the project folder then run the following. -```bash -python -m build . +Navigate to the project root folder and run the following. +Run `poetry build` ``` # License