From b1f055efee128085e5722613fc1f1288350d721d Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 12 Jun 2019 15:08:37 +0200 Subject: [PATCH] Add markdown install to instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc9cba8..ef8e81f 100644 --- a/README.md +++ b/README.md @@ -24,5 +24,5 @@ $ source .venv/bin/activate Then install the requirements: ```bash -$ pip install pelican +$ pip install pelican markdown ```