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:
parent
6537642f6a
commit
a1658ea63d
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue