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.