Hello,

Just in case anyone can use this, I've created a sample envbuilder file that
will create a virtualenv with sqlalchemy installed from hg.  The file is
here:
http://github.com/jasonbaker/envbuilder/blob/master/examples/sqlalchemy/.env

To use it:

 1. Install the development version of envbuilder (easy_install
envbuilder==dev)
 2. Put the above .env file in a directory somewhere.
 3. Do "envb checkout" from the command-line.  If you don't have git
installed, do "envb checkout -p sqlalchemy" instead.
 4. Do "envb setup".

And you now have a virtualenv set up with the development version of
sqlalchemy.  A couple of other things you can do:

    run tests - envb test
    update sqlalchemy - envb pull

I'm looking for ways to help make this fit into peoples' workflows, so if
you have any suggestions or questions let me know!

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to