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

Setup Notes

Windows 7 64 bit

  1. Install Python
  2. Install setuptools & pip(package manager)
  3. Install VC2008 Express (alt: mingw)
  4. git clone anyway from github
  5. cmd (with the VS command prompt) to the anyway directory (e.g. cd C:\Users\Admin\Documents\PycharmProjects\anyway) (alt: cmd and first run "C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools\vsvars32.bat")
  6. run: pip install -r requirements.txt

We currently use PyCharm for devlopment