Add docs about example dependencies (#2122)

* Add torchvision and gym dependencies

* Add pl_examples/requirements.txt to the list of dependencies for running local tests
This commit is contained in:
Udit Arora 2020-06-09 16:39:03 +05:30 committed by GitHub
parent 6537642f6a
commit a1658ea63d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ To setup a local development environment, install both local and test dependenci
```bash
python -m pip install -r requirements.txt
python -m pip install -r tests/requirements-devel.txt
python -m pip install -r pl_examples/requirements.txt
python -m pip pre-commit install
```