Update README with build instructions

This commit is contained in:
2023-03-13 21:53:03 -04:00
parent fa01d442a5
commit 8b9dc89420
+11
View File
@@ -399,5 +399,16 @@ quem : [(3, 3), (3, 2), (3, 1)]
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 .
```
# License
The included [wordlists](src/boggler/wordlists) are covered by their respective licenses. All other files MIT © Cameron Blankenbuehler