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