-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
46 lines (27 loc) · 1.14 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
SYSTEM REQUIREMENTS
Py-notify requires Python 2.3 or later and a C compiler supported by
distutils (there is one module written in C for performance reasons).
Py-notify should also work fine with Python 3.0. However, as final
Py3k hasn't been released yet, this cannot be guaranteed.
PY-NOTIFY INSTALLATION INSTRUCTIONS
Normally, just executing
./setup.py install
under a super-user account from this directory should suffice.
However, it will create root-owned files in source tree, so you should
use
./setup.py build
su
[PASSWORD]
./setup.py install
instead.
In general, Py-notify installation doesn't involve anything uncommon.
It should be just like that of any Python package that uses distutils.
INSTALLING WITH EASYINSTALL
Py-notify can be installed directly from its website if you have
EasyInstall (a.k.a. Python egg management tool). Just type:
easy_install py-notify
(normally under super user account).
Note that I don't upload eggs to PyPI page[1], as Py-notify is meant
for developers and developers should be able to compile a simple
package from sources anyway.
[1] http://pypi.python.org/pypi/py-notify/