From a8762d47454e7b24eb1cf4a71a37d01fc302e111 Mon Sep 17 00:00:00 2001 From: Stuart Axon Date: Mon, 19 Nov 2018 16:58:38 +0000 Subject: [PATCH] Update quickstart.rst Here's a docs solution to #2441 - I don't have a strong opinion if this is goes in or not though. --- docs/quickstart.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index a5fdfa60..9603a365 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -12,6 +12,10 @@ Install Pelican (and optionally Markdown if you intend to use it) on Python terminal, prefixing with ``sudo`` if permissions warrant:: pip install pelican markdown + +Save a list of packages:: + + pip freeze > requirements.txt Create a project ----------------