Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down