source: main/multimechanize/trunk/README.rst @ 7566

Last change on this file since 7566 was 7552, checked in by uli, 13 years ago

multimech switched to github and incorporated changes officially we applied locally before. This is an update to stick with the latest source from official repos.

File size: 1.0 KB
Line 
1
2============================================
3Multi-Mechanize - Performance Test Framework
4============================================
5
6* Copyright: (c) 2010-2012 Corey Goldberg (corey@goldb.org)
7* License: GNU LGPLv3
8* Requires: Python 2.6 or 2.7
9
10----
11
12:Web: `multimechanize.com <http://multimechanize.com>`_
13:Dev: `git repo <http://github.com/cgoldberg/multi-mechanize>`_
14:Twitter: `multimechanize tweets <http://twitter.com/multimechanize>`_
15:IRC: #multimech (freenode)
16
17----
18
19-------------------
20    Setup / Install
21-------------------
22
23install dependencies on Debian/Ubuntu::
24
25    $ sudo apt-get install python-virtualenv python-matplotlib
26
27install from dev branch in a virtualenv::
28
29    $ virtualenv --system-site-packages multimech
30    $ cd multimech
31    $ source bin/activate
32    (multimech)$ pip install -e git+http://github.com/cgoldberg/multi-mechanize.git#egg=multimechanize
33
34create a new project::
35
36    (multimech)$ multimech-newproject my_project
37
38run a project::
39
40    (multimech)$ multimech-run my_project
41
Note: See TracBrowser for help on using the repository browser.