diff --git a/docs/quickstart.rst b/docs/quickstart.rst --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -17,13 +17,12 @@ This chapter provides quick-start instru Debian/Ubuntu ------------- -Install the *pip* utility:: - - sudo apt-get install pip +Install the required distribution packages:: -Install the *virtualenv* and *virtualenvwrapper*:: + sudo apt-get install python2.7 graphviz virtualenv virtualenvwrapper - sudo apt-get install python-virtualenv virtualenvwrapper +Open up a new shell to make sure the ``virtualenvwrapper`` is now +active. Create the virtual environment for testing Django Conntrackt:: @@ -32,7 +31,7 @@ Create the virtual environment for testi Install Django Conntrackt with its requirements:: workon conntrackt - pip install -e hg+http://code.majic.rs/conntrackt#egg=conntrackt + pip install django-conntrackt .. warning:: @@ -82,7 +81,9 @@ set-up the URLs for the admin website an Set-up the database for the project:: + cd conntrackt_test/ python manage.py syncdb + python manage.py migrate You will be prompted to provide some additional information: