|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
======= |
|
|
|
|
INSTALL |
|
|
|
|
======= |
|
|
|
|
===================== |
|
|
|
|
How To Install Mitter |
|
|
|
|
===================== |
|
|
|
|
|
|
|
|
|
Requirements |
|
|
|
|
============ |
|
|
|
@ -13,20 +13,23 @@ For the GTK interface, you'll need PyGTK installed. The minimum
|
|
|
|
|
version is 2.10 and Mitter should work fine with any further version |
|
|
|
|
in the 2.x series. Again, there is no guarantee that it will work with |
|
|
|
|
GTK 3.0 when it's released. Also notice that PyGTK is optional and |
|
|
|
|
Mitter will use it's console interfaces in this case. |
|
|
|
|
Mitter will use its console interfaces in this case. |
|
|
|
|
|
|
|
|
|
Installation |
|
|
|
|
============ |
|
|
|
|
|
|
|
|
|
Installation follows the default Python apps install: |
|
|
|
|
Installation follows the default way of installing Python apps: |
|
|
|
|
|
|
|
|
|
Using easy_install |
|
|
|
|
------------------ |
|
|
|
|
|
|
|
|
|
You can install using easy_install. To install, simply call |
|
|
|
|
``easy_install mitter``. It may require root access to install some |
|
|
|
|
You can install Mitter using easy_install. To install, simply call |
|
|
|
|
``easy_install mitter``. It may require root access to install some |
|
|
|
|
files. |
|
|
|
|
|
|
|
|
|
easy_install will download the latest version registered on Cheese Shop |
|
|
|
|
( http://pypi.python.org ), unpack and install it. |
|
|
|
|
|
|
|
|
|
Using setup.py |
|
|
|
|
-------------- |
|
|
|
|
|
|
|
|
|