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.