Update README.rst

This commit is contained in:
Michael Lazar
2016-03-03 20:05:36 -08:00
parent 757086fcf8
commit e7f366c9c2

View File

@@ -156,10 +156,10 @@ How do I run the repository code directly?
$ python3 -m rtv $ python3 -m rtv
How do I run the tests? How do I run the tests?
This project uses `pytest <http://pytest.org/>`_ and `VCR.py <https://vcrpy.readthedocs.org/>`_ This project uses `pytest <http://pytest.org/>`_ and `VCR.py <https://vcrpy.readthedocs.org/>`_.
to facilitate testing.
.. code-block:: bash .. code-block:: bash
$ pip3 install pytest $ pip3 install pytest
$ # The pip release for VCR.py is out-of-date $ # The pip release for VCR.py is out-of-date
$ pip3 install git+https://github.com/kevin1024/vcrpy.git $ pip3 install git+https://github.com/kevin1024/vcrpy.git