Skip to content

Commit df88141

Browse files
committed
Update README: new Examples/tests section
1 parent 079da32 commit df88141

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,17 @@ amount of data, there is no performance gain when zooming in).
6969

7070
From the source package:
7171

72-
python setup.py install
72+
```python
73+
python setup.py install
74+
```
75+
76+
## Examples/tests
77+
78+
The GUI-based test launcher may be executed from Python:
79+
80+
```python
81+
from qwt import tests
82+
tests.run()
83+
```
84+
85+
or from the command line: `python-qwt-tests`.

0 commit comments

Comments
 (0)