Skip to content

Commit 929f480

Browse files
pfcodeskmmbvnr
authored andcommitted
Added quotes around graphviz>=0.4
"zsh: 0.4 not found" is the error message returned if quotes aren't added around the package name when it has the ">=" characters on Pip 22.3
1 parent 7a4cbf9 commit 929f480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ Drawing transitions
405405

406406
Renders a graphical overview of your models states transitions
407407

408-
You need ``pip install graphviz>=0.4`` library and add ``django_fsm`` to
408+
You need ``pip install "graphviz>=0.4"`` library and add ``django_fsm`` to
409409
your ``INSTALLED_APPS``:
410410

411411
.. code:: python

0 commit comments

Comments
 (0)