mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Update demo-site instructions
This commit is contained in:
parent
8175c17c9c
commit
7ecebd2d39
1 changed files with 6 additions and 6 deletions
12
README.md
12
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue