Browse code

Update install_requires comment.

https://github.com/jrfonseca/xdot.py/issues/31

Jose Fonseca authored on 23/06/2016 12:55:57
Showing 1 changed files

  • setup.py index 86c6bf7..91ab80b 100755
... ...
@@ -55,6 +55,6 @@ setup(
55 55
         'Topic :: Multimedia :: Graphics :: Viewers',
56 56
     ],
57 57
 
58
-    # This is true, but pointless, because easy_install PyGTK chokes and dies
59
-    #install_requires=['PyGTK', 'pycairo'],
58
+    # This is true, but doesn't work realiably
59
+    #install_requires=['gi', 'gi-cairo'],
60 60
 )