mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-29 01:09:50 +03:00
Adding prereqs for Ubuntu
This commit is contained in:
parent
677927d786
commit
06e4bbe22a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user