Update README.md
This commit is contained in:
parent
3bfd2edb08
commit
674d33061f
|
@ -98,7 +98,8 @@ Get started with our [3 steps guide](https://pytorch-lightning.readthedocs.io/en
|
||||||
|
|
||||||
## How To Use
|
## How To Use
|
||||||
|
|
||||||
#### Setup step: Install
|
#### Step 0: Install
|
||||||
|
|
||||||
Simple installation from PyPI
|
Simple installation from PyPI
|
||||||
```bash
|
```bash
|
||||||
pip install pytorch-lightning
|
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
|
pip install git+https://github.com/PytorchLightning/pytorch-lightning.git@master --upgrade
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Setup step: Add these imports
|
#### Step 0: Add these imports
|
||||||
|
|
||||||
```python
|
```python
|
||||||
import os
|
import os
|
||||||
|
|
Loading…
Reference in New Issue