From e8ebb8488f30795bd3291148689bfa120e698bf1 Mon Sep 17 00:00:00 2001 From: Rain Clark Date: Wed, 29 Apr 2015 18:35:05 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34a4664..c7635f8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,10 @@ Additional features added to Falcon Punch. * Python 2 Users: *FalconPunch2.py --cia Game.cia --ip 192.168.123* #### Requirements: +* [Python](https://www.python.org/downloads/) * [easygui](https://pypi.python.org/pypi/easygui) - For the GUI compnents - - + * You can easily install this by typing in the following into the Terminal or Command Prompt: + ``` + pip install easygui + ```