We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309324a commit bf651afCopy full SHA for bf651af
Makefile
@@ -15,7 +15,7 @@ all: build
15
16
venv_nikola/bin/nikola: ## create a virtualenv to build the website
17
> @virtualenv -ppython3 ./venv_nikola
18
-> @venv_nikola/bin/python -mpip install nikola==8.1.3 jinja2 aiohttp watchdog ruamel.yaml feedparser
+> @venv_nikola/bin/python -mpip install nikola==8.1.3 jinja2 aiohttp watchdog ruamel.yaml feedparser doit
19
> @venv_nikola/bin/nikola plugin -i sidebar
20
> @venv_nikola/bin/nikola plugin -i localsearch
21
0 commit comments