diff --git a/tests/README.md b/tests/README.md index 183e9c25..8835ab93 100644 --- a/tests/README.md +++ b/tests/README.md @@ -17,7 +17,7 @@ cd pytorch-lightning pip install -e . # install dev deps -pip install -r requirements.txt +pip install -r tests/requirements.txt # run tests py.test -v @@ -35,7 +35,7 @@ Make sure to run coverage on a GPU machine with at least 2 GPUs and NVIDIA apex ```bash cd pytorch-lightning -# generate coverage +# generate coverage (coverage is also installed as part of dev dependencies under tests/requirements.txt) pip install coverage coverage run --source pytorch_lightning -m py.test pytorch_lightning tests examples -v --doctest-modules