Skip to content

Commit

Permalink
add a note to installation docs for zsh users.
Browse files Browse the repository at this point in the history
  • Loading branch information
jatkinson1000 committed Jan 23, 2025
1 parent 08cbf41 commit a4832e3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/getting-started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ install as an editable package::
cd archeryutils
pip install -e .[test,lint,docs]

.. note::
If you are installing in zsh you will need to use quotes for the optional dependencies:

.. code-block:: bash
pip install -e '.[test,lint,docs]'
Testing
~~~~~~~

Expand Down

0 comments on commit a4832e3

Please sign in to comment.