Skip to content

Commit

Permalink
typos and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Feb 7, 2012
1 parent deb03da commit 5e84817
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/installation.rst
Expand Up @@ -68,7 +68,7 @@ folder within::
$ cd myproject
$ virtualenv venv
New python executable in venv/bin/python
Installing setuptools............done.
Installing distribute............done.

Now, whenever you want to work on a project, you only have to activate the
corresponding environment. On OS X and Linux, do the following::
Expand Down Expand Up @@ -99,7 +99,7 @@ This is possible as well, though I do not recommend it. Just run
$ sudo pip install Flask

(On Windows systems, run it in a command-prompt window with administrator
privleges, and leave out `sudo`.)
privileges, and leave out `sudo`.)


Living on the Edge
Expand All @@ -115,9 +115,9 @@ Get the git checkout in a new virtualenv and run in development mode::
Initialized empty Git repository in ~/dev/flask/.git/
$ cd flask
$ virtualenv venv --distribute
New python executable in env/bin/python
Installing setuptools............done.
$ source env/bin/activate
New python executable in venv/bin/python
Installing distribute............done.
$ source venv/bin/activate
$ python setup.py develop
...
Finished processing dependencies for Flask
Expand Down

0 comments on commit 5e84817

Please sign in to comment.