From 389623b3c089af8a2ff5dec6c6039b356d81ea35 Mon Sep 17 00:00:00 2001 From: Timothy GFO Date: Thu, 28 Sep 2023 12:46:33 -0400 Subject: [PATCH] Added the required dependencies to README.MD --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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...