From d969e408d98fd131f967f4a1bc655b6478398f4f Mon Sep 17 00:00:00 2001 From: 0kron <88357657+0kron@users.noreply.github.com> Date: Sun, 16 Jan 2022 12:57:51 -0600 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bea839a..deaeffd 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The pomodoro-cli program alows the user to have a simple and visually attractive ## Installation To install the program you can do one of the following methods: -### Linux +### Linux and MacOS `cd` to the directory where you want to install the program and run: ``` $ git clone https://github.com/0kron/pomodoro-cli/pomodoro @@ -19,3 +19,11 @@ Or assaign an `alias` to the command on `.bashrc`: ``` alias pomodoro='python3 $HOME/path/to/the/git_clone/main.py ``` + +### Windows +Copy the files in this repository to a folder of your combenience and make sure you have Python in your PATH by running: +``` +python --version +Python 3.10.X +``` +Note that this program works with some new features just included on Python 3.10, an update version of Python can be located (here)[https://www.python.org/downloads/]