Skip to content

Commit

Permalink
Document how to install vPoller using pip
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Sep 14, 2014
1 parent 74ee2e6 commit cdf71e3
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,20 @@ installed in order to build it:
Installation with pip
=====================

Coming soon.
In order to install vPoller using ``pip``, simply execute this command:

.. code-block:: bash
$ pip install vpoller
If you would like to install vPoller in a ``virtualenv``, then
follow these steps instead:

.. code-block:: bash
$ virtualenv vpoller-venv
$ source vpoller-venv/bin/activate
$ pip install vpoller
Installation from packages
==========================
Expand Down

0 comments on commit cdf71e3

Please sign in to comment.