Skip to content

Commit 3277f73

Browse files
rc v0.22
+ pkg rename
1 parent b4941bc commit 3277f73

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,14 @@ Installation
1414

1515
.. code-block:: bash
1616
17-
$ git clone https://github.com/devanshshukla99/pytest-response
18-
$ cd pytest-response
17+
$ pip install pytest-remote-response
18+
19+
or
20+
21+
.. code-block:: bash
22+
23+
$ git clone https://github.com/devanshshukla99/pytest-remote-response
24+
$ cd pytest-remote-response
1925
$ pip install .
2026
2127
The plugin will register automatically with ``pytest`` framework and will be ready to use.
@@ -82,8 +88,8 @@ Use ``tox`` to make sure the plugin is working:
8288

8389
.. code-block:: bash
8490
85-
$ git clone https://github.com/devanshshukla99/pytest-response
86-
$ cd pytest-response
91+
$ git clone https://github.com/devanshshukla99/pytest-remote-response
92+
$ cd pytest-remote-response
8793
$ tox -e py38
8894
8995
See `tox <https://github.com/tox-dev/tox>`_ for more info.

0 commit comments

Comments
 (0)