Skip to content

Commit

Permalink
Link to the installation page.
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Nov 13, 2023
1 parent 750beda commit 37df365
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/howto/installation_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ On some platforms, you may need to add quotes around the ``.[]`` part::

.. note::

Some of the examples in the documentation require additional dependencies. To install these, you can run `pip
install pyAFQ[plot]`, which will include visualization tools that are required in these examples. For examples
Some of the examples in the documentation require additional dependencies. To install these, you can run `pip
install pyAFQ[plot]`, which will include visualization tools that are required in these examples. For examples
involving the cloudknot distributed computing library, you will also need to set up an [AWS account]([Create Account - aws.amazon.com](https://aws.amazon.com/resources/create-account/)) and have [docker](https://www.docker.com/) installed.


Expand Down
2 changes: 1 addition & 1 deletion docs/source/tutorials/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Getting started with pyAFQ
--------------------------

After you :ref:`_installation_guide`_ the software, you can start using pyAFQ to analyze your data.
After you :doc:`install </howto/installation_guide>` the software, you can start using pyAFQ to analyze your data.

pyAFQ assumes that preprocessed diffusion MRI data is organized according to
the BIDS standard.
Expand Down

0 comments on commit 37df365

Please sign in to comment.