My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Installation  
Installation Guide
Featured, Phase-Deploy
Updated Feb 4, 2010 by cakebr...@gmail.com

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

Sign in to add a comment
Powered by Google Project Hosting