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.
This commit is contained in:
Stuart Axon 2018-11-19 16:58:38 +00:00 committed by GitHub
commit a8762d4745
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
----------------