From 674d33061f9f82212ac4c1b63cbbe4b2c3d70c24 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Mon, 21 Sep 2020 17:06:40 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e90be421f5..6a616b7c38 100644 --- a/README.md +++ b/README.md @@ -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