File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ or 3.x (3.3 <= x)
19
19
interpreter. If you want to enable features like windowing (i.e. open a Window),
20
20
audio/video playback or spelling correction, additional dependencies must
21
21
be available. For these, we recommend `Pygame <http://pygame.org >`_, `Gst-Python
22
- <http://www.gstreamer.net/modules/gst-python.html> `_ and `Enchant
23
- <http ://www.rfk.id.au/software /pyenchant/> `_, respectively.
22
+ <http://www.gstreamer.net/modules/gst-python.html> `_ and `PyEnchant
23
+ <https ://pythonhosted.org /pyenchant/> `_, respectively.
24
24
25
25
+--------------------------------------------------------------------------------------------------------------------------+
26
26
| NOTE: Currently, packaging only works with Python 2.7. We are working on Python 3.3+ support, but for now if you plan to |
@@ -32,7 +32,7 @@ Other optional libraries (mutually independent) are:
32
32
* `OpenCV 2.0 <http://sourceforge.net/projects/opencvlibrary/ >`_ -- Camera input.
33
33
* `PIL <http://www.pythonware.com/products/pil/index.htm >`_ -- Image and text display.
34
34
* `PyCairo <http://www.cairographics.org/pycairo/ >`_ -- Text display.
35
- * `PyEnchant <http ://pythonhosted.org/pyenchant/ >`_ -- Spelling correction.
35
+ * `PyEnchant <https ://pythonhosted.org/pyenchant/ >`_ -- Spelling correction.
36
36
* `PyGST <http://gstreamer.freedesktop.org/ + http://pygstdocs.berlios.de/ >`_ -- Audio/video playback and camera input.
37
37
38
38
You can’t perform that action at this time.
0 commit comments