Skip to content
robi-y edited this page Oct 24, 2013 · 24 revisions

Dev. Env. Setup Notes

Windows 7 64 bit

  1. Install Python
  2. Install setuptools & pip(package manager) and update PATH to python and python/scripts directories
  3. Install mysql connector binaries
  4. Install VC2008 Express (alt: mingw)
  5. git clone anyway from github
  6. cmd to the anyway directory (e.g. cd C:\Users\Admin\Documents\PycharmProjects\anyway).
  7. run "C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools\vsvars32.bat"
  8. run: pip install -r requirements.txt
  9. run: python main.py

We currently use PyCharm for devlopment