On Thu, 2012-12-06 at 17:43:45 -0800, junepeach wrote: > How to upgrade to a newer sqlalchemy version? I can not find a related > document. Should I just use pip to install the current one? Will both > version conflict?
The answer depends on how and where SA is installed already. The best way IMHO is to use separate virtualenvs for each of your projects (if you're not doing this already). Since SQLAlchemy 0.8 is not released yet, you'd need to issue pip (from within virtualenv) as follows: pip install -U -e hg+https://bitbucket.org/sqlalchemy/sqlalchemy#egg=SQLAlchemy -- Audrius Kažukauskas http://neutrino.lt/
pgpexjZMNQjVb.pgp
Description: PGP signature
