-
Notifications
You must be signed in to change notification settings - Fork 244
Setup
robi-y edited this page Oct 24, 2013
·
24 revisions
- Install Python
- Install setuptools & pip(package manager) and update PATH to python and python/scripts directories
- Install mysql connector binaries
- Install VC2008 Express (alt: mingw)
- git clone anyway from github
- cmd to the anyway directory (e.g. cd C:\Users\Admin\Documents\PycharmProjects\anyway).
- run "C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools\vsvars32.bat"
- run: pip install -r requirements.txt
We currently use PyCharm for devlopment