From 1f95fb9af7061e4b31d5b5f85257f55712f6c8a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20W=C3=A4lchli?= Date: Mon, 8 Jun 2020 13:22:54 +0200 Subject: [PATCH] update readme with conda installation instruction (#2099) * update readme with conda installation instruction * fix team header * bibtex spelling * Update README.md Co-authored-by: William Falcon --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fa4b217b2..a466df5101 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,11 @@ Simple installation from PyPI pip install pytorch-lightning ``` +From Conda +```bash +conda install pytorch-lightning -c conda-forge +``` + ## Docs - [master](https://pytorch-lightning.readthedocs.io/en/latest) - [0.7.6](https://pytorch-lightning.readthedocs.io/en/0.7.6/) @@ -403,7 +408,7 @@ You can also install any past release `0.X.Y` from this repository: pip install https://github.com/PytorchLightning/pytorch-lightning/archive/0.X.Y.zip --upgrade ``` -### Lightning team +## Lightning team #### Leads - William Falcon [(williamFalcon)](https://github.com/williamFalcon) (Lightning founder) @@ -430,7 +435,7 @@ have gone on to fund operations through things like support and special help for If you are one of these corporations, please feel free to reach out to will@pytorchlightning.ai! -## Bibtex +## BibTeX If you want to cite the framework feel free to use this (but only if you loved it 😊): ```bibtex