Change tests/README.md to reflect repo structure change (#13437)

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
This commit is contained in:
nitinramvelraj 2022-07-27 03:37:29 -07:00 committed by GitHub
parent 4c7b9f0b11
commit b37e466f28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -9,10 +9,11 @@ To setup a local development environment, install both local and test dependenci
```bash
# clone the repo
git clone https://github.com/PyTorchLightning/pytorch-lightning
cd pytorch-lightning
git clone https://github.com/Lightning-AI/lightning.git
cd lightning
# install required depedencies
export PACKAGE_NAME=pytorch
python -m pip install ".[dev, examples]"
# install pre-commit (optional)
python -m pip install pre-commit