Skip to content

Commit

Permalink
update install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Mar 13, 2019
1 parent cf01c6d commit 6bb443a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@ Install `anaconda <https://www.anaconda.com/distribution/#download-section>`_ or
$ 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 packges 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 6bb443a

Please sign in to comment.