Skip to content

Commit

Permalink
Added pip installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
perone committed Dec 15, 2011
1 parent b92a829 commit 57cc37d
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.rst
Expand Up @@ -17,12 +17,37 @@ Using Stallion
Easy to Install
-------------------------------------------------------------------------------

Installing using easy_install:

::

$ easy_install stallion
$ python -m stallion.main

*(this will install Stallion as well the requirements listed below)*
Upgrading using easy_install:

::

$ easy_install -U stallion
$ python -m stallion.main

or using pip:

Installing using pip:

::

$ pip install stallion
$ python -m stallion.main

Upgrading using pip:

::

$ pip install --upgrade stallion
$ python -m stallion.main


Setting a development environment
-------------------------------------------------------------------------------
Expand Down

0 comments on commit 57cc37d

Please sign in to comment.