Update README.md

This commit is contained in:
William Falcon 2020-09-21 17:06:40 -04:00 committed by GitHub
parent 3bfd2edb08
commit 674d33061f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -98,7 +98,8 @@ Get started with our [3 steps guide](https://pytorch-lightning.readthedocs.io/en
## How To Use
#### Setup step: Install
#### Step 0: Install
Simple installation from PyPI
```bash
pip install pytorch-lightning
@ -114,7 +115,7 @@ Install bleeding-edge (no guarantees)
pip install git+https://github.com/PytorchLightning/pytorch-lightning.git@master --upgrade
```
#### Setup step: Add these imports
#### Step 0: Add these imports
```python
import os