Changeset 7479


Ignore:
Timestamp:
15 Jan 2012, 15:58:51 (13 years ago)
Author:
uli
Message:

More docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/branches/ulif-stress-multimech/README.txt

    r7478 r7479  
    107107=====
    108108
    109 Installing matplotlib with buildout (notes)
    110 -------------------------------------------
     109Installing matplotlib with buildout
     110-----------------------------------
    111111
    112112To install `waeup.stresstest` you need matplotlib which in turn
     
    118118
    119119http://comments.gmane.org/gmane.comp.python.distutils.devel/13590
     120
     121Installing on an old Ubuntu with virtualenv
     122-------------------------------------------
     123
     124Just for the logs, this is what I did to make it work::
     125
     126  $ virtualenv --no-site-packages -p <PATH-TO-PYTHON-2.6> sandbox26
     127  $ source sandbox26/bin/activate
     128  $ pip install mechanize
     129  $ pip install numpy
     130  $ pip install matplotlib
     131
     132Then (on a different shell):
     133
     134  - Started waeup.sirp::
     135
     136    $ ./bin/sirpctl fg
     137
     138
     139  - Added a University instance named 'app-stress'
     140
     141Back on the first shell::
     142
     143  $ python multi-mechanize.py sirp1
     144
Note: See TracChangeset for help on using the changeset viewer.