What's new? | Help | Directory | Sign in
Google
formalchemy
Auto-generated, customizable HTML input form fields from your SQLAlchemy mapped classes.
  
  
  
  
    
Search
for
Updated Sep 01, 2007 by conrad.alex
Labels: Phase-Deploy
InstallingFormAlchemy  
Installing FormAlchemy

Installation

Installing from tarball/zip archive

Download FormAlchemy's latest version from the download page.

Then run:

  $ tar -xvzf FormAlchemy-0.1.tar.gz
  $ cd FormAlchemy-0.1
  $ python setup.py install

Installing using easy_install

  $ easy_install FormAlchemy

You can now use FormAlchemy in your project:

import formalchemy

Working with trunk

You can checkout the latest trunk using svn:

svn checkout http://formalchemy.googlecode.com/svn/trunk/ formalchemy

Or have it directly installed via easy_install:

easy_install http://formalchemy.googlecode.com/svn/trunk/

Sign in to add a comment