Skip to content

Commit

Permalink
Merge pull request #988 from arokem/installation_with_quotes
Browse files Browse the repository at this point in the history
Installation with quotes
  • Loading branch information
arokem authored Aug 22, 2023
2 parents c9ee2ed + 18ad4bb commit 6bdb6f1
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 6bdb6f1

Please sign in to comment.