Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified docs/source/_static/img/favicon.ico
Binary file not shown.
Binary file modified docs/source/_static/img/selene_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 2 additions & 33 deletions docs/source/_static/img/selene_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/img/selene_logo_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 2 additions & 25 deletions docs/source/_static/img/selene_logo_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/source/overview/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down