diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 13:06:36 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | 77a686e52e5d2aced0ec3eb71f47530ea2db68c5 (patch) | |
tree | d51864113b53b96cf6811cc50e2596adfa5e8b30 /libraries/pylast | |
parent | 775a2f1a2beca7e37e89df1d6caaee2ec09c2c91 (diff) |
libraries/pylast: Fix README.
Diffstat (limited to 'libraries/pylast')
-rw-r--r-- | libraries/pylast/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libraries/pylast/README b/libraries/pylast/README index 52e6a99ad4a2..68497d72a844 100644 --- a/libraries/pylast/README +++ b/libraries/pylast/README @@ -1,8 +1,9 @@ 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 +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: |