diff options
Diffstat (limited to 'libraries/pylast/README')
-rw-r--r-- | libraries/pylast/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/pylast/README b/libraries/pylast/README new file mode 100644 index 0000000000..e7db1d39b7 --- /dev/null +++ b/libraries/pylast/README @@ -0,0 +1,10 @@ +Pylast is a python interface to Last.fm. +Try using the pydoc utility for help on usage. + +For more info check out the project's home page at http://code.google.com/p/pylast/ +or the mailing list http://groups.google.com/group/pylast + +If you want to build this for use with Python 3.x (needs the optional +dependency python3) pass the script PYTHON3=yes, like + + PYTHON3=yes ./pylast.SlackBuild |