From 7ecebd2d396cbf24ea80dd2a5b0068814e700228 Mon Sep 17 00:00:00 2001 From: Vitaly Potyarkin Date: Fri, 21 Aug 2020 10:51:37 +0300 Subject: [PATCH] Update demo-site instructions --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4d1b539..9283ffa 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,15 @@ If you haven't already, clone this repo (or your version of it), and: $ git submodule init $ git submodule update -## Install Pelican & friends - -Use `pip` to install the list of dependencies (including Pelican) into your virtual environment: - - $ pip install -r requirements.txt +Makefile provides a recipe to do the exact same thing: `make submodule` ## Generate the website -Now that the dependencies exists, we can build: +All dependencies are intalled automatically when you invoke Pelican via +Makefile recipes. New virtual environment is automatically created in `.venv` +directory. + +To build demo pages execute: $ make html