Introduction
You can install entwine a few ways. It's under heavy development, so grabbing the SVN trunk is advised.
1) easy_install entwine
2) Download and unpack a tarball and run 'python setup.py install'
3) If you're using svn, do a checkout then 'python setup.py develop'
Configuration
In your home directory, create a directory called '.entwine' Create a file in that directory named '.entwinerc' and add:
username = twine_username password = twine_password
Note: If you simply run entwine it will create the directory and file for you, then you can edit it.
Dependencies
Note: easy_install will take care of downloading all dependencies if you don't have them.
- ConfigObj
- pygments
- rdflib