Skip to content

Commit e1adca2

Browse files
authored
Update README.md
1 parent 6f14bf1 commit e1adca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Pyenv is a library to work with different python environments-
4646
* [pytest-cov](https://pypi.org/project/pytest-cov/) : pytest plugin to render coverage reports.
4747
* pre-commit : maange pre commit hooks
4848

49-
To install the set up: pip install -r requirements.txt
49+
To install the set up: pip3 install -r requirements.txt
5050

5151
## Report view in VScode console TEST RESULTS :
5252
The report view provides report after execution of tests in TEST RESULTS tab in VScode. The results are in html format using pytest-html format of report structure woth pytest-cov that gives stats on test execution and code coverage at the end of each run.

0 commit comments

Comments
 (0)