author | Peter Koppatz <peter@koppatz.com> |
Tue, 21 Jan 2014 05:32:52 +0100 | |
changeset 192 | 60b10eef975d |
parent 191 | 50af70a548f0 |
child 193 | adefe033cca4 |
README.rst | file | annotate | diff | comparison | revisions |
1.1 --- a/README.rst Mon Jan 20 06:41:01 2014 +0100 1.2 +++ b/README.rst Tue Jan 21 05:32:52 2014 +0100 1.3 @@ -21,6 +21,16 @@ 1.4 1.5 python ./pymove3d.py 1.6 1.7 +Testing and developing is done with:: 1.8 + 1.9 + pip install -r requirements-dev.txt 1.10 + 1.11 +Now you have additional packages for development and testing: 1.12 + 1.13 + - pep8 1.14 + - py.test 1.15 + - selenium 1.16 + 1.17 1.18 1.19