Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getnikola/nikola-site
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8e3fbe9d9288
Choose a base ref
...
head repository: getnikola/nikola-site
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a414c05e9023
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 8, 2015

  1. Add quotes to make install cmd more portable

    As mentioned in #issue-93891351
    obestwalter committed Jul 8, 2015
    Copy the full SHA
    f93ff0a View commit details
  2. Copy the full SHA
    b3f3b61 View commit details

Commits on Jul 9, 2015

  1. Merge pull request #23 from obestwalter/patch-1

    Add quotes to make install cmd more portable
    Kwpolska committed Jul 9, 2015
    Copy the full SHA
    a414c05 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 stories/manual.txt
2 changes: 1 addition & 1 deletion stories/manual.txt
Original file line number Diff line number Diff line change
@@ -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)