diff --git a/src/postorius/doc/development.rst b/src/postorius/doc/development.rst index da59443..3a5d31d 100644 --- a/src/postorius/doc/development.rst +++ b/src/postorius/doc/development.rst @@ -28,16 +28,7 @@ Installing and running the tests ================================ -After a fresh checkout, first install Postorius in develop mode, as well as -the development dependencies: - -:: - - $ python setup.py develop - $ pip -r dev-requirements.txt - - -Once that's done you can run the tests running ``tox``: +After checkout you can run the tests using ``tox``: ::