diff -r 50af70a548f0 -r 60b10eef975d README.rst --- a/README.rst Mon Jan 20 06:41:01 2014 +0100 +++ b/README.rst Tue Jan 21 05:32:52 2014 +0100 @@ -21,6 +21,16 @@ python ./pymove3d.py +Testing and developing is done with:: + + pip install -r requirements-dev.txt + +Now you have additional packages for development and testing: + + - pep8 + - py.test + - selenium +