Update README.md

This commit is contained in:
William Falcon 2020-08-22 09:02:27 -04:00 committed by GitHub
parent 34c88d127b
commit 83ab3eadb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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