File diff 02854259070b → 14e47a3b0ea2
docs/quickstart.rst
Show inline comments
 
@@ -19,15 +19,21 @@ Create the virtual environment for testi
 

	
 
  mkvirtualenv conntrackt
 

	
 
Install the latest version of pip (that contains fix for parsing the requirement files)::
 

	
 
  pip install -U pip
 

	
 
Install Django Conntrackt with its requirements::
 

	
 
  workon conntrackt
 
  pip install -e hg+http://code.majic.rs/conntrackt#egg=conntrackt
 

	
 
.. warning::
 

	
 
   You will need to update the ``pip`` installation in your virtual environment if you get the following error while running the above command::
 

	
 
     AttributeError: 'NoneType' object has no attribute 'skip_requirements_regex'
 

	
 
   You can update ``pip`` to latest version with::
 

	
 
     pip install -U pip
 

	
 
Start a new Django Conntrackt project::
 

	
 
  django-admin.py startproject conntrackt_test