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

Quick setup notes (Windows)

  1. Install Python
  2. Install setuptools & pip(package manager)
  3. Install MSVC 2008 redistributable (and restart?)
  4. Clone anyway from github
  5. cd to the anyway directory (e.g. cd C:\Users\Admin\Documents\PycharmProjects\anyway)
  6. run: pip install -r requirements.txt

We currently use PyCharm for devlopment