Version 36 (modified by 11 years ago) ( diff ) | ,
---|
Installation Guidelines: Windows - Developer (Manual)
If you are a Developer running Windows and wishing to install Python & all dependent libraries manually then this is the right page for you.
Install Python
2.7 is currently recommended. (2.6 works for all core functionality, but doesn't allow you to use the S3Report pivot table functions)
NB 32-bit Python should be used even on 64-bit Windows:
Install Python Libraries
Windows users should generally use Windows Installers, where available
Note: These libraries are checked here:
Mandatory
- lxml for XML export/import: http://pypi.python.org/packages/2.7/l/lxml/lxml-2.3.win32-py2.7.exe
- Shapely for GIS Features: http://pypi.python.org/packages/2.7/S/Shapely/Shapely-1.2.18.win32-py2.7.exe
- setuptools for installing dateutil (& tweepy): http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11.win32-py2.7.exe
- dateutil: http://labix.org/download/python-dateutil/python-dateutil-1.5.tar.gz
- No Windows installer, so install by unzipping, opening a command line inside the folder &
python setup.py install
- No Windows installer, so install by unzipping, opening a command line inside the folder &
Optional
- xlrd for XLS output: http://pypi.python.org/packages/any/x/xlrd/xlrd-0.7.9.win32.exe
- xlwt for XLS output: http://pypi.python.org/packages/any/x/xlwt/xlwt-0.7.3.win32.exe
- ReportLab for PDF output: http://www.reportlab.com/ftp/reportlab-2.7.win32-py2.7.exe
- PIL Python Image Library for PDFs: http://effbot.org/downloads/PIL-1.1.7.win32-py2.7.exe
- GDAL for Shapefile support:
- PyRTF for Survey to export as RTF: http://sourceforge.net/projects/pyrtf/files/pyrtf/0.45/PyRTF-0.45.tar.gz/download
- MatPlotLib for charts (used in the Survey application but not for the S3Report pivottable reports): http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.3.0/matplotlib-1.3.0.win32-py2.7.exe/download
- numpy required by matplotlib & also Vulnerability module: http://sourceforge.net/projects/numpy/files/NumPy/1.7.1/numpy-1.7.1-win32-superpack-python2.7.exe/download
- IPython for a nicer interactive shell: http://archive.ipython.org/release/0.12.1/ipython-0.12.1.win32.exe
- Python extensions for Windows: http://sourceforge.net/projects/pywin32/files/pywin32/Build218/pywin32-218.win32-py2.7.exe/download
- tweepy python library for Twitter Send/Receive: http://pypi.python.org/packages/source/t/tweepy/tweepy-1.8.tar.gz
- TwitterSearch python library to search Twitter: https://github.com/ckoepp/TwitterSearch/archive/master.zip
- Pyserial to use a Modem for SMS: http://sourceforge.net/projects/pyserial/files/pyserial/2.5/pyserial-2.5.win32.exe/download
- RPy2 for Climate module: https://pypi.python.org/packages/source/r/rpy2/rpy2-2.3.8.tar.gz
- SciPy for Climate module: http://www.lfd.uci.edu/~gohlke/pythonlibs/dhzoqiqp/scipy-0.12.0.win32-py2.7.exe
- NetCDF for Climate module: https://code.google.com/p/netcdf4-python/downloads/detail?name=netCDF4-1.0.5.win32-py2.7.exe&can=2&q=
- PyTZ for Timezone awareness (unused currently)
- PyWURFL for Browser Capabilities (unused currently)
- MySQLDB for accessing MySQL databases: http://www.codegood.com/download/10/
- Psycopg for accessing PostgreSQL databases:
Install git
We use the git Distributed Version Control System.
Several downloads are available here, pick the latest one available and install it.
If you want to develop using the "forks"-feature of GitHub (which are basically branches - but in your own repository) or by commiting code directly to the eden repository, you have to create a GitHub account.
After that you can setup your git by configuring your Github account infor and (optionally) setting up your SSH keys (you can use a password instead of keys). A pretty good tutorial is available at the GitHub-Manual.
Next
Install Web2Py & Sahana:
Attachments (1)
-
ssh-keygen.cmd
(140 bytes
) - added by 13 years ago.
Wrapper for ssh-keygen
Download all attachments as: .zip