Skip to content

Commit

Permalink
UPDATE index.rst Installation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Gazdikova committed Jun 16, 2017
1 parent 99f433d commit fa29861
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions read-the-docs/source/Installation.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
Installation
============

Install ticketutil with ``pip install ticketutil``.

ticketutil is compatible with Python 2.7, 3.3, 3.4, 3.5, and 3.6.
* Install ticketutil with
.. code:: python
pip install ticketutil

* ticketutil is compatible with Python 2.7, 3.3, 3.4, 3.5, and 3.6.
.. note::
For Python 2.6 and lower, an additional package, importlib, may need to be installed.

If not installing with pip, a short list of packages defined in the
* If not installing with pip, a short list of packages defined in the
requirements.txt file need to be installed. To install the required
packages, type ``pip install -r requirements.txt``.
packages, with
.. code:: python
pip install -r requirements.txt

0 comments on commit fa29861

Please sign in to comment.