diff --git a/README.md b/README.md index bf376650..c4ad2045 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Selene is a Python library and command line interface for training deep neural n We recommend using Selene with Python 3.6 or above. Package installation should only take a few minutes (less than 10 minutes, typically ~2-3 minutes) with any of these methods (conda, pip, source). +**Install [PyTorch](https://pytorch.org/get-started/locally/).** If you have an NVIDIA GPU, install a version of PyTorch that supports it--Selene will run much faster with a discrete GPU. + ### Installing selene with [Anaconda](https://www.anaconda.com/download/) (for Linux): ```sh diff --git a/docs/source/_static/img/favicon.ico b/docs/source/_static/img/favicon.ico index 15855cea..cf63b45e 100644 Binary files a/docs/source/_static/img/favicon.ico and b/docs/source/_static/img/favicon.ico differ diff --git a/docs/source/_static/img/selene_logo.png b/docs/source/_static/img/selene_logo.png index 37e89aac..3a74f6f9 100644 Binary files a/docs/source/_static/img/selene_logo.png and b/docs/source/_static/img/selene_logo.png differ diff --git a/docs/source/_static/img/selene_logo.svg b/docs/source/_static/img/selene_logo.svg index 9d7a08fa..76f9fce3 100644 --- a/docs/source/_static/img/selene_logo.svg +++ b/docs/source/_static/img/selene_logo.svg @@ -1,34 +1,3 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - + + diff --git a/docs/source/_static/img/selene_logo_icon.png b/docs/source/_static/img/selene_logo_icon.png index 9e6354a3..a0f24106 100644 Binary files a/docs/source/_static/img/selene_logo_icon.png and b/docs/source/_static/img/selene_logo_icon.png differ diff --git a/docs/source/_static/img/selene_logo_icon.svg b/docs/source/_static/img/selene_logo_icon.svg index 7b3064ba..e73385c7 100644 --- a/docs/source/_static/img/selene_logo_icon.svg +++ b/docs/source/_static/img/selene_logo_icon.svg @@ -1,26 +1,3 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - + + diff --git a/docs/source/overview/installation.md b/docs/source/overview/installation.md index f9b8b512..2dd39fcd 100644 --- a/docs/source/overview/installation.md +++ b/docs/source/overview/installation.md @@ -2,6 +2,10 @@ Users can clone and build the repository locally or install Selene through conda/pip. +Please use Selene with Python 3.6+. + +**Install [PyTorch](https://pytorch.org/get-started/locally/).** If you have an NVIDIA GPU, install a version of PyTorch that supports it--Selene will run much faster with a discrete GPU. + ## Installing with Anaconda To install with conda (recommended for Linux users), run the following command in your terminal: