diff --git a/docs/installation.rst b/docs/installation.rst index be0f451..d6ee613 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -12,15 +12,11 @@ and install it as follows:: cd xesn pip install -e . -Note that additional dependencies can be installed to run the unit test suite,:: +Note that additional dependencies can be installed to run the unit test suite:: pip install -e .[test] pytest xesn/test/*.py -or to install `cupy `_ to run on GPUs:: - - pip install -e .[gpus] - Alternatively, the package can be installed via pip:: pip install git+https://github.com/timothyas/xesn.git @@ -43,3 +39,10 @@ there are a couple of additional dependencies required:: conda env create -f docs/environment.yaml conda activate xesn + +Using GPUs +========== + +In order to use this package on GPUs, please install cupy separately, following +their installation instructions +`here `_.