From f8b8d9f57b3d9ecdb9eb48be3c08d5b9d42a0fe7 Mon Sep 17 00:00:00 2001 From: nitinramvelraj Date: Tue, 28 Jun 2022 11:47:41 -0700 Subject: [PATCH 1/2] changing tests/README.md to reflect repo structure change --- tests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/README.md b/tests/README.md index 71c39e76b4b0a..f38bd78215b77 100644 --- a/tests/README.md +++ b/tests/README.md @@ -9,8 +9,8 @@ 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 python -m pip install ".[dev, examples]" From 1ce2f4ee3d069699cd0000fcfa1743e334e2d0dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Wed, 27 Jul 2022 11:41:24 +0200 Subject: [PATCH 2/2] Update tests/README.md Co-authored-by: Jirka Borovec --- tests/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/README.md b/tests/README.md index f38bd78215b77..3b40c32d755dd 100644 --- a/tests/README.md +++ b/tests/README.md @@ -13,6 +13,7 @@ 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