Skip to content

Commit f302b9d

Browse files
Update README.md
Made commands copyable.
1 parent c9e0258 commit f302b9d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,12 @@ This project is an automation framework for testing APIs using Python and pytest
2626

2727
## Installation
2828
To install the necessary dependencies, run:
29-
```pip install -r requirements.txt```
29+
```bash
30+
pip install -r requirements.txt
31+
```
3032

3133
Run the test using:
32-
```pytest -v -s --html=reports/Test_Execution_Report.html```
34+
```bash
35+
pytest -v -s --html=reports/Test_Execution_Report.html
36+
```
3337

0 commit comments

Comments
 (0)