diff --git a/README.md b/README.md index 937e6b1..a3025d1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,12 @@ The goal of this project is to create a single, easy to use, and flexible Python Library for the MMLV format used in Mega Man Maker. This project takes advantage of the common ConfigParser Module, and uses it to read and write the files, for use in the Py-MMLV. ## Installation -Just download the mmlv_library.py file. It's still work in progress, not complete at all... +Dependencies: + configparser + os + requests + the included "definitions.py" +After you install the required dependencies, you just download the mmlv_library.py file and import it on your program. It's still work in progress, not complete at all... ## Usage When in beta, you should be able to import as a module in another python program and call functions like "set_tile(mm1iceman, version_of_tile, x, y)". You need to specify the filename variable before doing anything. Maybe there is a better way to specify filenames...