From af56b025ea6f2af80330c76dc042147c7c585294 Mon Sep 17 00:00:00 2001 From: sai Date: Sun, 23 Jun 2024 21:23:33 -0400 Subject: [PATCH] updated readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5aebbd6..b45b0ab 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,16 @@ [pre-commit]: https://github.com/pre-commit/pre-commit [black]: https://github.com/psf/black +This codebase is a python package designed to provide a lot of helper functions for ARC-challenge users. Feel free to use it and contribute to it. It is still a work in progress, so please be patient. + ## Features -- TODO +- Helper functions for ARC-challenge users +- Visualizations for Matrices ## Requirements -- TODO +- Python 3.10+ ## Installation