File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,17 @@ Introduction
22
22
Installation
23
23
============
24
24
25
- The ` pytest-qt `_ package may be installed by running::
25
+ The package may be installed by running::
26
26
27
- python setup.py install
27
+ pip install pytest-qt
28
28
29
- .. _ `pytest-qt` : http://pypi.python.org/pypi/pytest-qt/
29
+ Or alternatively, download the package from pypi _, extract and execute::
30
30
31
- This will automatically register it for usage in ``py.test ``.
31
+ python setup.py install
32
+
33
+ .. _pypi : http://pypi.python.org/pypi/pytest-qt/
34
+
35
+ Both methods will automatically register it for usage in ``py.test ``.
32
36
33
37
34
38
Quick Tutorial
@@ -109,3 +113,9 @@ QtBot
109
113
.. module :: pytestqt.conftest
110
114
.. autoclass :: QtBot
111
115
116
+ Versioning
117
+ ==========
118
+
119
+ This projects follows `semantic versioning `_.
120
+
121
+ .. _`semantic versioning` : http://semver.org/
You can’t perform that action at this time.
0 commit comments