From b37e466f284c48d6e5e1759497f16b49876f7687 Mon Sep 17 00:00:00 2001 From: nitinramvelraj <98356761+nitinramvelraj@users.noreply.github.com> Date: Wed, 27 Jul 2022 03:37:29 -0700 Subject: [PATCH] Change tests/README.md to reflect repo structure change (#13437) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jirka Borovec Co-authored-by: Carlos MocholĂ­ --- tests/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/README.md b/tests/README.md index 71c39e76b4..3b40c32d75 100644 --- a/tests/README.md +++ b/tests/README.md @@ -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