Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / v9 / html / python / inst / index.html
CommitLineData
920dae64
AT
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html>
3<head>
4<link rel="STYLESHEET" href="inst.css" type='text/css' />
5<link rel="SHORTCUT ICON" href="../icons/pyfav.png" type="image/png" />
6<link rel='start' href='../index.html' title='Python Documentation Index' />
7<link rel="first" href="inst.html" title='Installing Python Modules' />
8<link rel='last' href='about.html' title='About this document...' />
9<link rel='help' href='about.html' title='About this document...' />
10<link rel="next" href="trivial-install.html" />
11<meta name='aesop' content='information' />
12<title>Installing Python Modules</title>
13</head>
14<body>
15<DIV CLASS="navigation">
16<div id='top-navigation-panel' xml:id='top-navigation-panel'>
17<table align="center" width="100%" cellpadding="0" cellspacing="2">
18<tr>
19<td class='online-navigation'><img src='../icons/previous.png'
20 border='0' height='32' alt='Previous Page' width='32' /></td>
21<td class='online-navigation'><a rel="parent" title="Python Documentation Index"
22 href="../index.html"><img src='../icons/up.png'
23 border='0' height='32' alt='Up One Level' width='32' /></A></td>
24<td class='online-navigation'><a rel="next" title="1 Introduction"
25 href="trivial-install.html"><img src='../icons/next.png'
26 border='0' height='32' alt='Next Page' width='32' /></A></td>
27<td align="center" width="100%">Installing Python Modules</td>
28<td class='online-navigation'><img src='../icons/blank.png'
29 border='0' height='32' alt='' width='32' /></td>
30<td class='online-navigation'><img src='../icons/blank.png'
31 border='0' height='32' alt='' width='32' /></td>
32<td class='online-navigation'><img src='../icons/blank.png'
33 border='0' height='32' alt='' width='32' /></td>
34</tr></table>
35<div class='online-navigation'>
36<b class="navlabel">Up:</b>
37<a class="sectref" rel="parent" href="../index.html">Python Documentation Index</A>
38<b class="navlabel">Next:</b>
39<a class="sectref" rel="next" href="trivial-install.html">1 Introduction</A>
40</div>
41<hr /></div>
42</DIV>
43<!--End of Navigation Panel-->
44
45<P>
46
47<link rel='up' href='../index.html' title='Python Documentation Index' />
48<div class="titlepage">
49<div class='center'>
50<h1>Installing Python Modules</h1>
51<p><b><font size="+2">Greg Ward</font></b></p>
52<p>
53 <strong>Python Software Foundation</strong>
54<BR>
55Email: <span class="email">distutils-sig@python.org</span>
56</p>
57<p><strong>Release 2.4.2</strong><br />
58<strong>28 September 2005</strong></p>
59<p></p>
60</div>
61</div>
62
63<P>
64
65<H3>Abstract:</H3>
66<DIV CLASS="ABSTRACT">
67
68 This document describes the Python Distribution Utilities
69 (``Distutils'') from the end-user's point-of-view, describing how to
70 extend the capabilities of a standard Python installation by building
71 and installing third-party Python modules and extensions.
72</DIV>
73<P>
74
75<P>
76
77<p><br /></p><hr class='online-navigation' />
78<div class='online-navigation'>
79<!--Table of Child-Links-->
80<A NAME="CHILD_LINKS"></a>
81
82<UL CLASS="ChildLinks">
83<LI><A href="trivial-install.html">1 Introduction</a>
84<UL>
85<LI><A href="trivial-install.html#SECTION000110000000000000000">1.1 Best case: trivial installation</a>
86<LI><A href="trivial-install.html#SECTION000120000000000000000">1.2 The new standard: Distutils</a>
87</ul>
88<LI><A href="standard-install.html">2 Standard Build and Install</a>
89<UL>
90<LI><A href="standard-install.html#SECTION000210000000000000000">2.1 Platform variations</a>
91<LI><A href="standard-install.html#SECTION000220000000000000000">2.2 Splitting the job up</a>
92<LI><A href="standard-install.html#SECTION000230000000000000000">2.3 How building works</a>
93<LI><A href="standard-install.html#SECTION000240000000000000000">2.4 How installation works</a>
94</ul>
95<LI><A href="alt-install-windows.html">3 Alternate Installation</a>
96<UL>
97<LI><A href="alt-install-windows.html#SECTION000310000000000000000">3.1 Alternate installation: the home scheme</a>
98<LI><A href="alt-install-windows.html#SECTION000320000000000000000">3.2 Alternate installation: <span class="Unix">Unix</span> (the prefix scheme)</a>
99<LI><A href="alt-install-windows.html#SECTION000330000000000000000">3.3 Alternate installation: Windows (the prefix scheme)</a>
100</ul>
101<LI><A href="search-path.html">4 Custom Installation</a>
102<UL>
103<LI><A href="search-path.html#SECTION000410000000000000000">4.1 Modifying Python's Search Path</a>
104</ul>
105<LI><A href="config-syntax.html">5 Distutils Configuration Files</a>
106<UL>
107<LI><A href="config-syntax.html#SECTION000510000000000000000">5.1 Location and names of config files</a>
108<LI><A href="config-syntax.html#SECTION000520000000000000000">5.2 Syntax of config files</a>
109</ul>
110<LI><A href="tweak-flags.html">6 Building Extensions: Tips and Tricks</a>
111<UL>
112<LI><A href="tweak-flags.html#SECTION000610000000000000000">6.1 Tweaking compiler/linker flags</a>
113<LI><A href="tweak-flags.html#SECTION000620000000000000000">6.2 Using non-Microsoft compilers on Windows</a>
114<UL>
115<LI><A href="tweak-flags.html#SECTION000621000000000000000">6.2.1 Borland C++</a>
116<LI><A href="tweak-flags.html#SECTION000622000000000000000">6.2.2 GNU C / Cygwin / MinGW</a>
117</ul>
118</ul>
119<LI><A href="about.html">About this document ...</a>
120</ul>
121<!--End of Table of Child-Links-->
122</div>
123
124<DIV CLASS="navigation">
125<div class='online-navigation'>
126<p></p><hr />
127<table align="center" width="100%" cellpadding="0" cellspacing="2">
128<tr>
129<td class='online-navigation'><img src='../icons/previous.png'
130 border='0' height='32' alt='Previous Page' width='32' /></td>
131<td class='online-navigation'><a rel="parent" title="Python Documentation Index"
132 href="../index.html"><img src='../icons/up.png'
133 border='0' height='32' alt='Up One Level' width='32' /></A></td>
134<td class='online-navigation'><a rel="next" title="1 Introduction"
135 href="trivial-install.html"><img src='../icons/next.png'
136 border='0' height='32' alt='Next Page' width='32' /></A></td>
137<td align="center" width="100%">Installing Python Modules</td>
138<td class='online-navigation'><img src='../icons/blank.png'
139 border='0' height='32' alt='' width='32' /></td>
140<td class='online-navigation'><img src='../icons/blank.png'
141 border='0' height='32' alt='' width='32' /></td>
142<td class='online-navigation'><img src='../icons/blank.png'
143 border='0' height='32' alt='' width='32' /></td>
144</tr></table>
145<div class='online-navigation'>
146<b class="navlabel">Up:</b>
147<a class="sectref" rel="parent" href="../index.html">Python Documentation Index</A>
148<b class="navlabel">Next:</b>
149<a class="sectref" rel="next" href="trivial-install.html">1 Introduction</A>
150</div>
151</div>
152<hr />
153<span class="release-info">Release 2.4.2, documentation updated on 28 September 2005.</span>
154</DIV>
155<!--End of Navigation Panel-->
156<ADDRESS>
157See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.
158</ADDRESS>
159</BODY>
160</HTML>