Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsw authored and anandology committed Jan 5, 2011
1 parent 3078a44 commit e2cef96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions download.md
Expand Up @@ -13,15 +13,15 @@ The easiest way to install web.py is using [easy_install](http://peak.telecommun

If you don't have `easy_install`, try downloading the sources.

$ wet http://webpy.org/static/web.py-0.3.tar.gz
$ wget http://webpy.org/static/web.py-0.3.tar.gz
$ tar xvzf web.py-0.3.tar.gz
$ cd webpy
$ sudo python setup.py install

If you don't want to install web.py system-wide (or if you want to bundle web.py with your application):

$ cd your-app-dir
$ wet http://webpy.org/static/web.py-0.3.tar.gz
$ wget http://webpy.org/static/web.py-0.3.tar.gz
$ tar xvzf web.py-0.3.tar.gz
$ ln -s webpy/web .

Expand Down

0 comments on commit e2cef96

Please sign in to comment.