Is there any tutorials about how to set-up sqlalchemy for windows? I went to http://www.sqlalchemy.org and they don’t have clear instructions about set-up for windows. When I opened the zipped package, I see distribute_setup, ez_setup and setup.py among other files but it doesn’t see to install sqlalchemy.
Share
After unzipping open a command prompt and cd into the unzipped directory then run:
Here is a link to the installation guilde:
Sql Alchemy Instalation Guide