Update build instructions

This commit is contained in:
2023-08-21 18:45:31 -04:00
parent b4d7237c1f
commit 995a7f42c1
+2 -8
View File
@@ -396,14 +396,8 @@ queme : [(3, 3), (3, 2), (3, 1), (2, 2)]
``` ```
# Build # Build
Make sure the hatchling build system is installed Navigate to the project root folder and run the following.
```bash Run `poetry build`
pip install hatchling
```
Navigate to the project folder then run the following.
```bash
python -m build .
``` ```
# License # License