From 8c9ee2fcbb6bdaebfe03a2859b834a7b7502f570 Mon Sep 17 00:00:00 2001 From: freeram Date: Sun, 7 Apr 2024 02:29:02 -0600 Subject: [PATCH] Update README.md --- README.md | 5 +++++ src/README.md | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d45dd46..5039ca2 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,8 @@ Some themes adapted from: https://github.com/avalon60/ctk_theme_builder/tree/dev ## Testing `python3 -m unittest discover tests` + +## Running +`pip install -r requirements.txt` + +`python3 main.py` diff --git a/src/README.md b/src/README.md index 0becfbe..e806fb9 100644 --- a/src/README.md +++ b/src/README.md @@ -33,4 +33,3 @@ - `src/frames/settings_frame.py` imports and uses `src/components/entry_frame.py` and `src/utils.py`. - `src/frames/stats_frame.py` imports and uses `src/components/statistic_display.py`, `src/utils.py`, and `src/logic/graphs.py`. -## When running make sure you're in pomodoro-discord/pomodorodiscord.