Skip to content

Commit 8bb5e43

Browse files
pfcodespfouque
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 397fc14 commit 8bb5e43

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
@@ -403,7 +403,7 @@ Drawing transitions
403403

404404
Renders a graphical overview of your models states transitions
405405

406-
You need ``pip install graphviz>=0.4`` library and add ``django_fsm`` to
406+
You need ``pip install "graphviz>=0.4"`` library and add ``django_fsm`` to
407407
your ``INSTALLED_APPS``:
408408

409409
.. code:: python

0 commit comments

Comments
 (0)