1
0
mirror of https://github.com/Melon-Bread/EagleJab synced 2024-11-24 20:28:19 -05:00

Update README.md

This commit is contained in:
Rain Clark 2015-04-29 18:35:05 -04:00
parent 6fd646d46b
commit e8ebb8488f

View File

@ -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
```