]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
nvmecli-tests : update the list of dependencies
authorchaitany kulkarni <ckulkarnilinux@gmail.com>
Thu, 17 Nov 2016 08:48:17 +0000 (00:48 -0800)
committerKeith Busch <keith.busch@intel.com>
Thu, 17 Nov 2016 16:23:52 +0000 (11:23 -0500)
README file is updated with complete list of dependencies
required to setup the environment for unitttests.

Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@hgst.com>
tests/README

index 70686d82788a4251d852e1e9f762a1b0dd9d579a..686bd04557d318fbfc9868e2f1e5ed2ead2cdfb7 100644 (file)
@@ -12,8 +12,17 @@ nvmetests
 ------------------------------
 
     1. Python(>= 2.7.5 or >= 3.3)
-    2. nose2(Installation guide http://nose2.readthedocs.io/)
-    3. nvme-cli(https://github.com/linux-nvme/nvme-cli.git)
+    2. nose(http://nose.readthedocs.io/en/latest/)
+    3. nose2(Installation guide http://nose2.readthedocs.io/)
+    4. pep8(https://pypi.python.org/pypi/setuptools-pep8)
+    5. flake8(https://pypi.python.org/pypi/flake8)
+    6. pylint(https://www.pylint.org/)
+    7. Epydoc(http://epydoc.sourceforge.net/)
+    8. nvme-cli(https://github.com/linux-nvme/nvme-cli.git)
+
+    Python package management system pip can be used to install most of the
+    listed packages(https://pip.pypa.io/en/stable/installing/) :-
+    $ pip install nose nose2 pep8 flake8 pylint epydoc
 
 2. Overview
 -----------