diff --git a/README.md b/README.md index 70ebbca..1e7fa57 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,10 @@ Source code [here](https://www.dougdoug.com/twitchplays). Updated to work with [Pokémon Platinum](https://www.emulatorgames.net/roms/nintendo-ds/pokemon-platinum-version-us/) running on [Desmune](http://desmume.org/download/). **_Note: Num Lock must be turned off for the movement commands to work effectively._** + +## Installation +* Clone the repository, and make sure you have [Python 3.X](https://www.python.org/) installed. +* Install the requirements by running `pip install -r requirements.txt` +* Change the `TWITCH_CHANNEL` variable in `TwitchPlays_Pokemon.py` to your Twitch username. +* Run the code by running `python TwitchPlays_Pokemon.py` in your terminal +* Commands in Twitch chat should now input in your computer. Click into the game and it should work!