From 4795130538763b18e5cc28a767e0a7a78d607b0f Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 14 Aug 2019 07:21:45 -0400 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cc29d7f2..a4e6cb1e 100644 --- a/README.md +++ b/README.md @@ -379,11 +379,14 @@ Nope. Nope. Please use anaconda or miniconda. **Which PyTorch versions do you support?** -##### PyTorch 1.1.0 -First install PyTorch 1.1.0 -Then install test-tube 0.6.7.6 -Then upgrade Lightning without upgrading its deps -```python +##### PyTorch 1.1.0 +```bash +# install pytorch 1.1.0 using the official instructions + +# install test-tube 0.6.7.6 which supports 1.1.0 +pip install test-tube==0.6.7.6 + +# install latest Lightning version without upgrading deps pip install -U --no-deps pytorch-lightning ```