Adding prereqs for Ubuntu

This commit is contained in:
Bob Strecansky 2015-12-08 12:59:06 -05:00
parent 677927d786
commit 06e4bbe22a

View File

@ -80,6 +80,10 @@ Usage
Let's pretend you want to create a Django project called "redditclone". Rather than using `startproject` 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. 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:: First, get cookiecutter. Trust me, it's awesome::
$ pip install cookiecutter $ pip install cookiecutter