From 156468882c928b16e3eebd9dba2b65e666bf8f87 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Sun, 20 Oct 2024 13:37:37 -0400 Subject: [PATCH] WIP --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 89510ef..2965fa5 100644 --- a/README.md +++ b/README.md @@ -44,3 +44,7 @@ pub fn main() { // Ok(1000000) } ``` + +## Developer Setup + +To run the tests for this package, you'll need to [install `uv`](https://docs.astral.sh/uv/getting-started/installation/).