We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb458d commit b283e4cCopy full SHA for b283e4c
README.rst
@@ -17,9 +17,18 @@ Spotlight 0.5.
17
.. _`DBpedia Spotlight`: https://github.com/dbpedia-spotlight/dbpedia-spotlight#dbpedia-spotlight
18
.. _`REST Interface`: https://github.com/dbpedia-spotlight/dbpedia-spotlight/wiki/Web-service
19
20
-Requirements
+Installation
21
============
22
23
+The newest stable release can be found on the `Python Package Index (PyPi) <https://pypi.python.org/pypi>`__.
24
+
25
+Therefore installation is as easy as::
26
27
+ pip install pyspotlight
28
29
+Requirements for installation from source/github
30
+================================================
31
32
This module has been tested with Python 2.6 and Python 2.7.
33
34
As long as you use the ``setup.py`` for the installation
0 commit comments