File diff 3db5ce703c27 → 481f8b7e4077
doc/installation.rst
Show inline comments
 
new file 100644
 
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
 
------------------------