Skip to content

Commit b37e466

Browse files
nitinramvelrajBordacarmocca
authored
Change tests/README.md to reflect repo structure change (#13437)
Co-authored-by: Jirka Borovec <[email protected]> Co-authored-by: Carlos Mocholí <[email protected]>
1 parent 4c7b9f0 commit b37e466

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ To setup a local development environment, install both local and test dependenci
99

1010
```bash
1111
# clone the repo
12-
git clone https://github.com/PyTorchLightning/pytorch-lightning
13-
cd pytorch-lightning
12+
git clone https://github.com/Lightning-AI/lightning.git
13+
cd lightning
1414

1515
# install required depedencies
16+
export PACKAGE_NAME=pytorch
1617
python -m pip install ".[dev, examples]"
1718
# install pre-commit (optional)
1819
python -m pip install pre-commit

0 commit comments

Comments
 (0)