Update README.md
This commit is contained in:
parent
34c88d127b
commit
83ab3eadb6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue