From 1a857ca5dab795a69e90317c8a31ddda2276a1d0 Mon Sep 17 00:00:00 2001 From: WillHWThompson Date: Wed, 28 Feb 2024 14:57:13 -0500 Subject: [PATCH] readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1fd385..5fcae69 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # modeling-and-inferring-higher-order-contagion-spread +THIS IS A RAD PROJECT! + Some things: * To run the unit tests, you need to pip install the package locally. Navigate to the local folder on your computer and run "pip install -e ." * To run the unit tests, run "pytest" in the command line. -* The package is referenced as `lcs` (Learning complex structure) when accessing the functionality. \ No newline at end of file +* The package is referenced as `lcs` (Learning complex structure) when accessing the functionality.