Locales update.
[wammu.git] / INSTALL
blobe13d812780e0f49508f6e73b47cad16cb1946d82
1 Wammu installation
2 ==================
4 It uses standard distutils, so:
5 python setup.py build
6 su
7 python setup.py install
9 You need python-gammu and wxPython (Unicode enabled build) installed to
10 run and install this program. If you want support for scanning bluetooth
11 devices, you need PyBluez [1].
13 For Windows you also have install Pywin32 [2].
15 If you want to obey dependency checking at build time for any reason,
16 you can use --skip-deps option.
18 [1]: http://org.csail.mit.edu/pybluez/
19 [2]: https://sourceforge.net/projects/pywin32/