Skip to content

Commit 569b0ff

Browse files
authored
Merge pull request #94 from kathyxchen/master
improve selene readme and update logo
2 parents 71b2390 + 458427e commit 569b0ff

File tree

7 files changed

+10
-58
lines changed

7 files changed

+10
-58
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Selene is a Python library and command line interface for training deep neural n
99
We recommend using Selene with Python 3.6 or above.
1010
Package installation should only take a few minutes (less than 10 minutes, typically ~2-3 minutes) with any of these methods (conda, pip, source).
1111

12+
**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.
13+
1214
### Installing selene with [Anaconda](https://www.anaconda.com/download/) (for Linux):
1315

1416
```sh
9.74 KB
Binary file not shown.
13.6 KB
Loading

docs/source/_static/img/selene_logo.svg

Lines changed: 2 additions & 33 deletions
Loading
15 KB
Loading

docs/source/_static/img/selene_logo_icon.svg

Lines changed: 2 additions & 25 deletions
Loading

docs/source/overview/installation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Users can clone and build the repository locally or install Selene through conda/pip.
44

5+
Please use Selene with Python 3.6+.
6+
7+
**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.
8+
59
## Installing with Anaconda
610

711
To install with conda (recommended for Linux users), run the following command in your terminal:

0 commit comments

Comments
 (0)