|
Installation
Installation instructions
svn checkout http://pylast.googlecode.com/svn/trunk/ pylast-read-only python setup install |
Sign in to add a comment
|
|
Search
|
|
Installation
Installation instructions
svn checkout http://pylast.googlecode.com/svn/trunk/ pylast-read-only python setup install |
Sign in to add a comment
Step 2 should read as: python setup.py install
Also, it seems that you need to be root to install it, at least in Ubuntu.
And for the non UNIX-experienced users(Works in OS X and various kinds of linux distros): To install it as root, super-user or what ever alias you want to call it, run:
sudo python setup.py install
Regards, Emil Kjer