Skip to content

Commit

Permalink
Cleanup webtest install example
Browse files Browse the repository at this point in the history
  • Loading branch information
macro1 committed Nov 5, 2014
1 parent 17a2a45 commit 33446cb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tutorials/01-getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,10 @@ We want to use a few more Python packages besides Django. We'll plan to use `We
$ pip install webtest django-webtest
Downloading/unpacking webtest
Downloading WebTest-2.0.16.zip (88kB): 88kB downloaded
Running setup.py (path:/home/micah/.virtualenvs/tddd/build/webtest/setup.py) egg_info for package webtest
...
...
Downloading/unpacking django-webtest
Downloading django-webtest-1.7.7.tar.gz
Running setup.py (path:/home/micah/.virtualenvs/tddd/build/django-webtest/setup.py) egg_info for package django-webtest
...
...
Successfully installed webtest django-webtest six WebOb waitress beautifulsoup4
Cleaning up...
Expand Down

0 comments on commit 33446cb

Please sign in to comment.