From 83ab3eadb6bd32a761fd2e710a7a28778efa0360 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sat, 22 Aug 2020 09:02:27 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1ad37ae6ec..193c6c626b 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,11 @@ From Conda conda install pytorch-lightning -c conda-forge ``` +Install bleeding-edge (no guarantees) +```bash +pip install git+https://github.com/PytorchLightning/pytorch-lightning.git@master --upgrade +``` + ##### Here's a minimal example without a test loop. ```python