From d8ba86b4d2a9487934148d8e28e2772b3c7e6091 Mon Sep 17 00:00:00 2001 From: Junyu0707 Date: Fri, 16 Jan 2026 12:25:18 -0500 Subject: [PATCH] Add a note about running tests --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2907598..5be1da1 100644 --- a/README.md +++ b/README.md @@ -108,3 +108,8 @@ On Mac: `brew install npm` ``` git branch -D js-calculator ``` +## Running the calculator + +Run the script: +```bash +python3 calculator.py \ No newline at end of file