File tree 3 files changed +18
-1
lines changed
3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ Version 1.?.?, 201?-??-??
5
+ *************************
6
+
7
+ * bug fixes
8
+ * tox config
9
+ * travis-ci config
10
+
11
+
4
12
Version 1.2.0, 2012-02-07
5
13
*************************
6
14
Original file line number Diff line number Diff line change 18
18
:PyPI: `multi-mechanize package <http://pypi.python.org/pypi/multi-mechanize >`_
19
19
:Dev: `GitHub <http://github.com/cgoldberg/multi-mechanize >`_
20
20
:License: `GNU LGPLv3 <http://www.gnu.org/licenses/lgpl.html >`_
21
- :Author: `Corey Goldberg <http://goldb.org >`_ - copyright |copy | 2010-2012
21
+ :Author: `Corey Goldberg <http://goldb.org >`_ - copyright |copy | 2010-2013
22
22
23
23
----
24
24
Original file line number Diff line number Diff line change @@ -56,3 +56,12 @@ Multi-Mechanize requires `Python <http://python.org>`_ **2.6** or **2.7**
56
56
$ source bin/activate
57
57
(ENV)$ pip install multi-mechanize
58
58
(ENV)$ pip install matplotlib
59
+
60
+ -----------------------------------------------
61
+ pip install latest dev branch from git repo
62
+ -----------------------------------------------
63
+
64
+ ::
65
+
66
+ pip install -e git+http://github.com/cgoldberg/multi-mechanize.git#egg=multimechanize
67
+
You can’t perform that action at this time.
0 commit comments