Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.