Skip to content

Commit

Permalink
Merge pull request #611 from tomopy/update-install-directions
Browse files Browse the repository at this point in the history
DOC: Update install directions
  • Loading branch information
carterbox committed Mar 21, 2023
2 parents 593cb62 + 06bc35e commit 1455c26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .readthedocs.yml
Expand Up @@ -5,8 +5,11 @@ version: 2
sphinx:
configuration: doc/source/conf.py
python:
version: 3.8
install:
- requirements: envs/requirements-doc.txt
submodules:
recursive: false
build:
os: ubuntu-22.04
tools:
python: "3"
4 changes: 2 additions & 2 deletions doc/source/install.rst
Expand Up @@ -24,9 +24,9 @@ Use this TomoPy installation by activating this environment::

$ conda activate tomopy

To install tomopy with CUDA features, include the cudatoolkit in the conda environment::
To install tomopy with CUDA features, specify the CUDA build of libtomo in the conda environment::

$ conda create --name tomopy --channel conda-forge tomopy cudatoolkit
$ conda create --name tomopy --channel conda-forge tomopy "libtomo=*=cuda*"


Updating the installation
Expand Down

0 comments on commit 1455c26

Please sign in to comment.