Skip to content

Commit

Permalink
Add quotes in pip install line, as required by zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Dec 29, 2023
1 parent 1247948 commit 7609f4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ and install the package by typing

.. code-block:: console
python3 -m pip install .[tutorials]
cd viskex
python3 -m pip install '.[tutorials]'
External libraries used for plotting
------------------------------------
Expand Down

0 comments on commit 7609f4f

Please sign in to comment.