From a71125a85669c8280a5a7ea63850d78042275034 Mon Sep 17 00:00:00 2001 From: zzz1234 Date: Tue, 24 Oct 2017 14:48:48 +0530 Subject: [PATCH] gramatical error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf116c2..9b351d0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A Tkinter based GUI to login and send messages to your Facebook friends. * Switch to project directory * Run `pip install -r requirements.txt` for Python 2 or `python -m pip install -r requirements.txt` for Python 3 to install dependencies (may need to be root/admin user to make this work if not using a virtualenv - do `sudo pip install -r requirements.txt` or `sudo python -m pip install -r requirements.txt` accordingly instead if this is the case on Linux) -* Run the command `python main.py` to start the program running +* Run the command `python main.py` to make the program running ### Prerequisites * Python 2 or Python 3 ()