Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Mar 13, 2019
1 parent a50e681 commit cf01c6d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,14 @@ Install [anaconda](https://www.anaconda.com/distribution/#download-section) or [
```bash
$ conda config --add channels conda-forge
$ conda config --add channels talley
$ conda install pycudadecon

# in some cases, installing into the base environment has prevented pycudadecon from
# functioning properly... best to install into a clean environment along with
# whatever other dependencies you want (e.g. ipython, jupyter, etc)
$ conda create -n decon_env pycudadecon

# then activate that environment each time before using
$ conda activate decon_env
```

### GPU requirements
Expand Down

0 comments on commit cf01c6d

Please sign in to comment.