changeset 192 | 60b10eef975d |
parent 82 | 8a880e726be1 |
child 232 | ec1bb552ce55 |
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