Skip to content

Commit

Permalink
UPDATE Installation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Gazdikova committed Jun 16, 2017
1 parent b24dec3 commit b4e4387
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions read-the-docs/source/Installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ Installation
============

* Install ticketutil with,
.. code-block:: python

.. code:: python
pip install ticketutil
* ticketutil is compatible with Python 2.7, 3.3, 3.4, 3.5, and 3.6.
Expand All @@ -12,5 +13,6 @@ Installation
* 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 with,
.. code-block:: python

.. code:: python
pip install -r requirements.txt

0 comments on commit b4e4387

Please sign in to comment.