Update README.rst
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user