We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 079da32 commit df88141Copy full SHA for df88141
README.md
@@ -69,4 +69,17 @@ amount of data, there is no performance gain when zooming in).
69
70
From the source package:
71
72
- python setup.py install
+```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
81
+from qwt import tests
82
+tests.run()
83
84
85
+or from the command line: `python-qwt-tests`.
0 commit comments