| dependencies |
Python 2.6 (or higher) and curses with wide character support.
Mutagen is a Python module to handle audio metadata.
PyGST is a GStreamer Python Bindings
PyGObject Python bindings for the GObject library
PyGObject Python bindings for the GObject library
Pyinotify Python package used for monitoring filesystems events
Terminal must display these unicode symbols: ☮, ☸, ♺, ⚮, ⚅, ⚯, ☰ , ♍, ☯, ♫, ⚐, ☐, ☒
|
Repositories
| |


|
Debian or Ubuntu
su
wget http://peyote.sourceforge.net/gpg/KEY.asc
apt-key add KEY.asc
rm KEY.asc
If You wanna install testing version of peyote:
echo deb http://peyote.itbuben.org/ testing main >> /etc/apt/sources.list
If You wanna install stable version of peyote:
echo deb http://peyote.itbuben.org/ stable main >> /etc/apt/sources.list
apt-get update
apt-get-upgrade
|
download
| |


|
Debian or Ubuntu
You can download the latest debian package (.deb) directly from
here.
And then install the package and dependencies with these commands:
sudo apt-get install python-gtk2 python-mutagen python-pyinotify python-gst0.10 \
gstreamer0.10-plugins-base gstreamer0.10-plugins-good
sudo dpkg -i peyote-x.y.z.deb
|

|
Gentoo
eselect python set 1 #python2.7
layman -o https://raw.github.com/lostfound/peyote.ebuild/master/layman.xml -f -a peyote
emerge -pv peyote
vim /etc/portage/package.use; vim /etc/portage/package.keywords
emerge peyote
|

|
Arch Linux
Type these commands:
pacman -S yaourt
yaourt -S peyote
|

|
Linux
You can download the latest source package (.tar.bz2) directly from
here.
And then install the Peyote with these commands:
tar -xjf peyote_x.y.z.tar.bz2
cd peyote_x.y.z
./configure && make && sudo make install
|