Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/akkana/metapho
Browse files Browse the repository at this point in the history
  • Loading branch information
akkana committed Dec 15, 2016
2 parents 6176be5 + 328d3f0 commit f5ee193
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,11 @@ everything you need without moving your hands to the mouse, though
there are some mouse operations for those who find them easier.

It depends on python-gtk, but not on gnome or any other desktop services.
Linux users can get PyGTK through their distro, or by compiling from source;
Windows users can install it from pip. I don't have a good answer for
Mac users; possibly the easiest solution is to install GIMP (follow
the install links from [GIMP.org]https://gimp.org) then munge paths
so that other programs can find the PyGTK libraries that comes with GIMP.

Metapho is available on PyPi, so you can install it as
`pip install metapho`
5 changes: 5 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@ everything you need without moving your hands to the mouse, though
there are some mouse operations for those who find them easier.

It depends on python-gtk, but not on gnome or any other desktop services.
Linux users can get PyGTK through their distro, or by compiling from source;
Windows users can install it from pip. I don't have a good answer for
Mac users; possibly the easiest solution is to install GIMP (follow
the install links from https://gimp.org) then munge paths so that
other programs can find the PyGTK that comes with GIMP.

2 changes: 1 addition & 1 deletion metapho/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

__version__ = "0.5.1"
__author__ = "Akkana Peck <akkana@shallowsky.com>"
__license__ = "GPL v2"
__license__ = "GPL v2+"
__all__ = [ 'Image', 'Tagger', 'Organizer' ]

from metapho import *
Expand Down

0 comments on commit f5ee193

Please sign in to comment.