diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-09 03:45:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-12 07:35:56 +0700 |
commit | a8752f2c4465b28a62bbcb90ba2faa4199fdbc66 (patch) | |
tree | e8428d2cde1202b9c56a0ecf00e54503b532afd8 /python/pygobject3/README | |
parent | 5cfe8c0a9a78c4eaff23ced8781029acd4518a2d (diff) | |
download | slackbuilds-a8752f2c4465b28a62bbcb90ba2faa4199fdbc66.tar.gz |
python/pygobject3: Added Python3 detection + Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pygobject3/README')
-rw-r--r-- | python/pygobject3/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/pygobject3/README b/python/pygobject3/README index 5900fdab94..40f7f4e359 100644 --- a/python/pygobject3/README +++ b/python/pygobject3/README @@ -1,3 +1,7 @@ This archive contains bindings for the GObject, to be used in Python. It is a fairly complete set of bindings, it's already rather useful, and is usable to write moderately complex programs. + +Note: +If you have python3 installed, then you will need an additional +dependencies: gnome-common and py3cairo |