
UBUNTU PPA AVAILABLE!!!
To install on ubuntu simply open a terminal and write:
sudo add-apt-repository ppa:epesteam/ppa
sudo apt-get update
sudo apt-get install epes
You will find epes under Accessories menu.
CONTRIBUITE (GET THE SOURCE): http://code.google.com/p/myepes/
If you want to help feel free to ask me

HOW TO INSTALL:
# ENGLISH
1. Install PySide 1.0.0 following the instruction here: http://developer.qt.nokia.com/wiki/PySide_Binaries_Linux
2. Install python-setuptools
On Ubuntu:
sudo apt-get install python-setuptools
3. Install python-tvrage
On Ubuntu:
sudo easy_install -U python-tvrage
4. Add the executable bit to myepes.py
chmod +x /path/to/epes/myepes.py
5. Run myepes.py
6. Enjoy
# ITALIANO
1. Installa PySide 1.0.0 seguendo queste istruzioni: http://developer.qt.nokia.com/wiki/PySide_Binaries_Linux
2. Installa python-setuptools
Su Ubuntu:
sudo apt-get install python-setuptools
3. Installa python-tvrage
Su Ubuntu:
sudo easy_install -U python-tvrage
4. Imposta il bit eseguibile di myepes.py
chmod +x /path/to/epes/myepes.py
5. Avvia myepes.py
6. Gioisci
Ratings & Comments
2 Comments
Please add a link to the source code. Free software apps published on this site should always have such a link, otherwise they are not free.
Thank you for the advice :) I added a link to the project page where you can download / browse the source code. The software is obviously free ( as in speech ) And if you like to help, you're welcome.