forked from G-Node/python-odml
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
19 lines (13 loc) · 671 Bytes
/
INSTALL
File metadata and controls
19 lines (13 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
To install the package simply run:
sudo python setup.py install --prefix /usr
A windows package is seperately bundled.
To build the windows package from source, follow these instructions:
1. Install the following software (ALWAYS use the 32-bit versions!)
* python-2.7 http://www.python.org/getit/windows/
* pygtk-windows all-in-one installer: http://www.pygtk.org/downloads.html
* py2exe: http://sourceforge.net/projects/py2exe/files/py2exe/0.6.9/py2exe-0.6.9.win32-py2.7.exe/download
* setuptools: http://pypi.python.org/pypi/setuptools#files
2. Install build dependencies
# easy_install.exe lxml
3. Compile
# python.exe setup.py py2exe