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:
parent
4c7b9f0b11
commit
b37e466f28
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue