Skip to content

Commit 8a795f5

Browse files
authored
Merge pull request #173 from grafst/patch-1
add quotes around extruct[cli]
2 parents 057919d + b0e86a5 commit 8a795f5

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
@@ -684,7 +684,7 @@ The command line tool depends on ``requests``, which is not installed by default
684684
when you install **extruct**. In order to use the command line tool, you can
685685
install **extruct** with the `cli` extra requirements::
686686

687-
pip install extruct[cli]
687+
pip install 'extruct[cli]'
688688

689689

690690
Usage

0 commit comments

Comments
 (0)