From c3de23234bb6a34ee0bc991096c1d0a0cdc11d66 Mon Sep 17 00:00:00 2001 From: Pavel Kulikov <138463896+freeram@users.noreply.github.com> Date: Sun, 7 Apr 2024 15:49:24 -0600 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5039ca2..d5f659c 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,11 @@ Pomodoro timer GUI with Discord Rich Presence integration and stats tracking Some themes adapted from: https://github.com/avalon60/ctk_theme_builder/tree/develop/user_themes ## Testing +`pip install -r requirements.txt` + `python3 -m unittest discover tests` -## Running -`pip install -r requirements.txt` +Ignore ResourceWarnings, if any show up. +## Running `python3 main.py`