File: INSTALL

package info (click to toggle)
apt-offline 0.9.9squeeze3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 512 kB
  • ctags: 434
  • sloc: python: 5,102; sh: 153; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
##  Under Linux

# To build
python setup.py build

# To Install (You might need to be root)
python setup.py install

## Under Microsoft Windows

# Execute the file using the python interpreter
# Assuming python.exe is in your path

# To build
C:\> python setup.py build

# To install
C:\> python setup.py install