Skip to content

Commit 3f916e9

Browse files
committed
Added pip install method and semantic versioning link
1 parent 229aac2 commit 3f916e9

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

docs/index.rst

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,17 @@ Introduction
2222
Installation
2323
============
2424

25-
The `pytest-qt`_ package may be installed by running::
25+
The package may be installed by running::
2626

27-
python setup.py install
27+
pip install pytest-qt
2828

29-
.. _`pytest-qt`: http://pypi.python.org/pypi/pytest-qt/
29+
Or alternatively, download the package from pypi_, extract and execute::
3030

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``.
3236

3337

3438
Quick Tutorial
@@ -109,3 +113,9 @@ QtBot
109113
.. module:: pytestqt.conftest
110114
.. autoclass:: QtBot
111115

116+
Versioning
117+
==========
118+
119+
This projects follows `semantic versioning`_.
120+
121+
.. _`semantic versioning`: http://semver.org/

0 commit comments

Comments
 (0)