Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add quotes around install command
  • Loading branch information
Kwpolska committed Jul 9, 2015
1 parent 2466123 commit 07331a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual.txt
Expand Up @@ -208,7 +208,7 @@ Note that you need Python v2.7 or newer OR v3.3 or newer.
Some features require **extra dependencies**. You can install them all in bulk
by doing::

pip install nikola[extras]
pip install "nikola[extras]"

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

0 comments on commit 07331a6

Please sign in to comment.