File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ It would be awesome if you can submit a failing test that demonstrates the probl
4242.. _fixbugs :
4343
4444Submitting Pull Requests
45- -----------------------
45+ ------------------------
4646
4747#. Fork the repository.
4848#. Enable and install `pre-commit <https://pre-commit.com >`_ to ensure style-guides and code checks are followed.
Original file line number Diff line number Diff line change @@ -13,6 +13,18 @@ Features
1313- Network access blocking;
1414- The ``rewrite `` recording mode that rewrites cassettes from scratch.
1515
16+ Installation
17+ ------------
18+
19+ This project can be installed via pip:
20+
21+ .. code :: bash
22+
23+ pip install pytest-recording
24+
25+ ⚠️This project is not compatible with `pytest-vcr `, make sure to uninstall before ⚠️
26+
27+
1628Usage
1729-----
1830
You can’t perform that action at this time.
0 commit comments