From 06e4bbe22ab53f3060694907cfc8d693f128d1fc Mon Sep 17 00:00:00 2001 From: Bob Strecansky Date: Tue, 8 Dec 2015 12:59:06 -0500 Subject: [PATCH] Adding prereqs for Ubuntu --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index d6bfbfdea..8d7519b27 100644 --- a/README.rst +++ b/README.rst @@ -80,6 +80,10 @@ Usage Let's pretend you want to create a Django project called "redditclone". Rather than using `startproject` and then editing the results to include your name, email, and various configuration issues that always get forgotten until the worst possible moment, get cookiecutter_ to do all the work. +Install necessary dependencies (tested on ubuntu 14.04):: + $ apt-get update && apt-get upgrade && apt-get dist-upgrade && apt-get install build-essential git + $ pip install pyyaml markupsafe + First, get cookiecutter. Trust me, it's awesome:: $ pip install cookiecutter