Skip to content

Commit 5498d52

Browse files
author
Jeff Schroeder
committed
Readme updates
1 parent 8eb1051 commit 5498d52

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,21 @@ A Python library to retrieve data from Pyth account structures off the Solana bl
99
Developer Setup
1010
---------------
1111

12+
Using python 3.7 or newer, create, and activate a virtual environment:
13+
14+
python3 -m venv ve
15+
. ve/bin/activate
16+
1217
To install this library in editable mode with test dependencies:
1318

1419
pip install -e '.[testing]'
1520

1621
To run the unit tests:
1722

18-
pytest --cov=pythclient
23+
pytest
1924

2025
If html based test coverage is more your jam:
2126

22-
pytest --cov-report=html --cov=pythclient
27+
pytest --cov-report=html
2328

2429
The coverage webpages will be in the `htmlcov` directory.

0 commit comments

Comments
 (0)