Skip to content

Commit 07331a6

Browse files
committedJul 9, 2015
Add quotes around install command
cc @obestwalter
1 parent 2466123 commit 07331a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎docs/manual.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Note that you need Python v2.7 or newer OR v3.3 or newer.
208208
Some features require **extra dependencies**. You can install them all in bulk
209209
by doing::
210210

211-
pip install nikola[extras]
211+
pip install "nikola[extras]"
212212

213213
Alternatively, you can install those packages one-by-one, when required (Nikola
214214
will tell you what packages are needed)

0 commit comments

Comments
 (0)
Please sign in to comment.