Assuming you have PIL installed systemwide as well as virtualenv, mercurial and subversion.
#Start here virtualenv myproject; cd myproject; source bin/activate easy_install pip wget http://gist.github.com/gists/174994/download -Osatchmo_requirements.txt pip install -r satchmo_requirements.txt python -c "import django;import satchmo_store; print satchmo_store.get_version();" #end here Ariel. PD: Here are the contents of the requirements file: django pycrypto http://www.satchmoproject.com/snapshots/trml2pdf-1.2.tar.gz django-registration PyYAML docutils #optional -e svn+http://django-app-plugins.googlecode.com/svn/trunk/#egg=django-app-plugins -e hg+https://sorl-thumbnail.googlecode.com/hg/#egg=sorl-thumbnail -e hg+http://bitbucket.org/bkroeze/django-threaded-multihost/#egg=django-threaded-multihost -e hg+http://bitbucket.org/chris1610/satchmo/#egg=satchmo http://www.reportlab.org/ftp/ReportLab_2_3.tar.gz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
