From 89ccaed6e5c527502b0dcb6d423f02c7b976e40c Mon Sep 17 00:00:00 2001 From: Kyle Newsome Date: Thu, 6 Feb 2014 01:15:35 -0500 Subject: [PATCH] updating readme.md for installation clarity Used this tonight but had a heck of a time figuring out how to use it in my project. I feel these instructions would be very helpful to any future users. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d0370bf..6c18c0e 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,8 @@ spine-python A Pure Python implementation of the Esoteric Software Spine runtime for pygame. -Check the pyguts/examples directory for instructions on using the API. \ No newline at end of file +Check the pyguts/examples directory for instructions on using the API. + +Installation +============ +In order to get this project running, run `$ python setup.py build` inside of both the `pyguts` and `spine-python` folders. The respective modules that are built will be what need to put in your project folder.