Skip to content

Commit 9e28f96

Browse files
authored
Update README.md
1 parent 88cf40a commit 9e28f96

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,16 @@ Pyenv is a library to work with different python environments-
3636
* pyenv install 3.13
3737

3838
## Add libraries to be used in the package to requirements.txt :
39-
Set up requirements.txt for required packages
40-
pydantic : https://docs.pydantic.dev/latest/ - Data validation library for python
41-
requests - To get data from APIs
42-
pytest : https://docs.pytest.org/en/stable/ - python testing library
43-
jsonschema
44-
pytest-html
45-
pytest-cov
46-
pre-commit
39+
**Set up requirements.txt for required packages**
40+
41+
* pydantic : https://docs.pydantic.dev/latest/ - Data validation library for python
42+
* requests - To get data from APIs
43+
* pytest : https://docs.pytest.org/en/stable/ - python testing library
44+
* jsonschema :
45+
* pytest-html:
46+
* pytest-cov:
47+
* pre-commit:
48+
4749
*  pip install -r requirements.txt
4850

4951
## Report view in VScode in TEST RESULTS :

0 commit comments

Comments
 (0)