Skip to content

Commit

Permalink
updated readme doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cgoldberg committed Feb 7, 2012
1 parent 01a93d3 commit df7e8cb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
14 changes: 14 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,20 @@ please visit: http://multimechanize.com
Install / Setup
*******************

Multi-Mechanize can be installed from `PyPI <http://pypi.python.org/pypi/multi-mechanize>`_ using `pip <http://www.pip-installer.org>`_::
pip install -U multi-mechanize

... or download the `source distribution from PyPI <http://pypi.python.org/pypi/multi-mechanize#downloads>`_, unarchive, and run::

python setup.py install

... then use ``multimech-newproject`` and ``multimech-run`` to create and run your performance test projects.

****************************
Detailed Install / Setup
****************************

These instructions are for Debian/Ubuntu Linux. For other
platforms, the setup is generally the same, with the exeption of
installing system dependencies.
Expand Down
10 changes: 7 additions & 3 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
Changelog
=========

Version 1.2.0, 2012-??-??
Version 1.2.0, 2012-02-07
*************************

* initial release on PyPI (http://pypi.python.org/pypi/multimechanize)
* development moved to GitHub (http://github.com/cgoldberg/multi-mechanize)
* using git for version control (pull requests welcome)
* using Git for version control (pull requests welcome)
* new entry-point scripts (``multimech-run``, ``multimech-newproject``)
* new version numbering format
* new setup and packaging
* new docs
* new documentation (sphinx generated)
* results re-processing (``-r``|``--results`` command line option)
* specify bind address in rpc-server mode (``-b``|``--bind-addr`` command line option)
* specify project directory location (``-d``|``--directory`` command line option)

----

Expand Down

0 comments on commit df7e8cb

Please sign in to comment.