Signed-off-by: IWASE Yusuke <iwase.yusu...@gmail.com>
---
 CONTRIBUTING.rst | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 2fc9493..93e1890 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -22,9 +22,15 @@ style.
 
 Please check your changes with pep8 and run unittests to make sure
 that they don't break the existing features. The following command
-does both for you:
+does both for you.
 
-fujita@rose:~/git/ryu$ ./run_tests.sh
+.. code-block:: bash
+
+  # Install dependencies of tests
+  $ pip install -r tools/test-requires
+
+  # Execute unit tests and pep8
+  $ ./run_tests.sh
 
 Of course, you are encouraged to add unittests when you add new
 features (it's not a must though).
-- 
2.7.4


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to