Skip to content

Commit aed1ffb

Browse files
committed
Improve README
1 parent 85f7eb3 commit aed1ffb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,10 @@ This table outlines which parts of Grafana's HTTP API are covered by
125125
## Software tests
126126

127127
```shell
128-
python setup.py test
128+
python3 -m venv .venv
129+
source .venv/bin/activate
130+
pip install --editable=.[test]
131+
python -m unittest -vvv
129132
```
130133

131134

0 commit comments

Comments
 (0)