Windows Instructions: Installing latest RapidSMS source for development
Rapidsms in a virtual env is not yet working for windows! If you have it working please update this page!
If you use Eclipse, check out the EclipseConfiguration page.
First download and install setuptools from: http://pypi.python.org/pypi/setuptools
Add the scripts directory in python to your path (via environment variables).
Install virtualenv and pip
$ easy_install virtualenv $ easy_install pip
Create virtualenv
$ virtualenv --no-site-packages rapidsms_dev $ cd rapidsms_devScripts $ activate.bat
(you will need to run the bat script to activate your virtualenv everytime you start your rapidsms application)
Install RapidSMS
$ pip install rapidsms
From here you can follow the DebianBased turorial (starting at step 5)…