diff --git a/doc/installation.rst b/doc/installation.rst new file mode 100644 --- /dev/null +++ b/doc/installation.rst @@ -0,0 +1,29 @@ +Installation +============ + +Django Conntrackt can be installed through one of the following methods: + +* Using *pip/easy_install*, which is the recommended way for production + websites. +* Using *Mercurial* to check-out the latest code. This is useful if you want to + fix bugs, implement new features, or simply live on the bleeding edge. +* By downloading the application package and unpacking it manually. You may want + to use this method for running production websites without *pip/easy_install*. + + +Using easy_install +------------------ + + +Using pip +--------- + + +Using Mercurial +---------------- + + +Using downloaded package +------------------------ + +