We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddeb6d5 commit 545787bCopy full SHA for 545787b
AUTHORS
@@ -4,5 +4,5 @@ Initial idea (and lots of thanks for letting reuse the Googe Code project):
4
Main developer:
5
Marc Garcia <http://vaig.be>
6
7
-Other contributors:
8
- Bruno Carvalho <http://brunocarvalho.com>
+Maintainer:
+ Bruno Carvalho <http://brunocarvalho.com>
README.md
@@ -9,7 +9,13 @@ django-cart is a very simple application that just let you add and remove items
9
10
## Installation
11
12
-Add 'cart' to your installed apps
+To install this just type:
13
+
14
+```
15
+python setup.py install
16
17
18
+After installing it, just add 'cart' to your installed apps and you're good to go.
19
20
## Usage
21
0 commit comments