Skip to content

Commit

Permalink
DOC: Adds instructions for optional installs with quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Aug 21, 2023
1 parent b1822b2 commit 18ad4bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/howto/installation_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ and issue::

pip install -e .[dev,fury,afqbrowser,plot]

On some platforms, you may need to add quotes around the ``.[]`` part::

pip install -e .'[dev,fury,afqbrowser,plot]'

which will install pyAFQ locally in editible mode and include extensions.

.. note::
Expand Down

0 comments on commit 18ad4bb

Please sign in to comment.