Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / v8plus / html / python / dist / intro.html
CommitLineData
920dae64
AT
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html>
3<head>
4<link rel="STYLESHEET" href="dist.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="dist.html" title='Distributing Python Modules' />
8<link rel='index' href='genindex.html' title='Index' />
9<link rel='last' href='about.html' title='About this document...' />
10<link rel='help' href='about.html' title='About this document...' />
11<link rel="next" href="setup-script.html" />
12<link rel="prev" href="dist.html" />
13<link rel="parent" href="dist.html" />
14<link rel="next" href="concepts.html" />
15<meta name='aesop' content='information' />
16<title>1. An Introduction to Distutils</title>
17</head>
18<body>
19<DIV CLASS="navigation">
20<div id='top-navigation-panel' xml:id='top-navigation-panel'>
21<table align="center" width="100%" cellpadding="0" cellspacing="2">
22<tr>
23<td class='online-navigation'><a rel="prev" title="Distributing Python Modules"
24 href="dist.html"><img src='../icons/previous.png'
25 border='0' height='32' alt='Previous Page' width='32' /></A></td>
26<td class='online-navigation'><a rel="parent" title="Distributing Python Modules"
27 href="dist.html"><img src='../icons/up.png'
28 border='0' height='32' alt='Up One Level' width='32' /></A></td>
29<td class='online-navigation'><a rel="next" title="1.1 Concepts &amp; Terminology"
30 href="concepts.html"><img src='../icons/next.png'
31 border='0' height='32' alt='Next Page' width='32' /></A></td>
32<td align="center" width="100%">Distributing Python Modules</td>
33<td class='online-navigation'><img src='../icons/blank.png'
34 border='0' height='32' alt='' width='32' /></td>
35<td class='online-navigation'><a href="modindex.html" title="Module Index"><img src='../icons/modules.png'
36 border='0' height='32' alt='Module Index' width='32' /></a></td>
37<td class='online-navigation'><a rel="index" title="Index"
38 href="genindex.html"><img src='../icons/index.png'
39 border='0' height='32' alt='Index' width='32' /></A></td>
40</tr></table>
41<div class='online-navigation'>
42<b class="navlabel">Previous:</b>
43<a class="sectref" rel="prev" href="dist.html">Distributing Python Modules</A>
44<b class="navlabel">Up:</b>
45<a class="sectref" rel="parent" href="dist.html">Distributing Python Modules</A>
46<b class="navlabel">Next:</b>
47<a class="sectref" rel="next" href="concepts.html">1.1 Concepts &amp; Terminology</A>
48</div>
49<hr /></div>
50</DIV>
51<!--End of Navigation Panel-->
52
53<H1><A NAME="SECTION001000000000000000000"></A>
54<A NAME="intro"></A>
55<BR>
561. An Introduction to Distutils
57</H1>
58
59<P>
60This document covers using the Distutils to distribute your Python
61modules, concentrating on the role of developer/distributor: if
62you're looking for information on installing Python modules, you
63should refer to the <em class="citetitle"><a
64 href="../inst/inst.html"
65 title="Installing Python
66Modules"
67 >Installing Python
68Modules</a></em> manual.
69
70<P>
71
72<p><br /></p><hr class='online-navigation' />
73<div class='online-navigation'>
74<!--Table of Child-Links-->
75<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></a>
76
77<UL CLASS="ChildLinks">
78<LI><A href="concepts.html">1.1 Concepts &amp; Terminology</a>
79<LI><A href="simple-example.html">1.2 A Simple Example</a>
80<LI><A href="python-terms.html">1.3 General Python terminology</a>
81<LI><A href="distutils-term.html">1.4 Distutils-specific terminology</a>
82</ul>
83<!--End of Table of Child-Links-->
84</div>
85
86<DIV CLASS="navigation">
87<div class='online-navigation'>
88<p></p><hr />
89<table align="center" width="100%" cellpadding="0" cellspacing="2">
90<tr>
91<td class='online-navigation'><a rel="prev" title="Distributing Python Modules"
92 href="dist.html"><img src='../icons/previous.png'
93 border='0' height='32' alt='Previous Page' width='32' /></A></td>
94<td class='online-navigation'><a rel="parent" title="Distributing Python Modules"
95 href="dist.html"><img src='../icons/up.png'
96 border='0' height='32' alt='Up One Level' width='32' /></A></td>
97<td class='online-navigation'><a rel="next" title="1.1 Concepts &amp; Terminology"
98 href="concepts.html"><img src='../icons/next.png'
99 border='0' height='32' alt='Next Page' width='32' /></A></td>
100<td align="center" width="100%">Distributing Python Modules</td>
101<td class='online-navigation'><img src='../icons/blank.png'
102 border='0' height='32' alt='' width='32' /></td>
103<td class='online-navigation'><a href="modindex.html" title="Module Index"><img src='../icons/modules.png'
104 border='0' height='32' alt='Module Index' width='32' /></a></td>
105<td class='online-navigation'><a rel="index" title="Index"
106 href="genindex.html"><img src='../icons/index.png'
107 border='0' height='32' alt='Index' width='32' /></A></td>
108</tr></table>
109<div class='online-navigation'>
110<b class="navlabel">Previous:</b>
111<a class="sectref" rel="prev" href="dist.html">Distributing Python Modules</A>
112<b class="navlabel">Up:</b>
113<a class="sectref" rel="parent" href="dist.html">Distributing Python Modules</A>
114<b class="navlabel">Next:</b>
115<a class="sectref" rel="next" href="concepts.html">1.1 Concepts &amp; Terminology</A>
116</div>
117</div>
118<hr />
119<span class="release-info">Release 2.4.2, documentation updated on 28 September 2005.</span>
120</DIV>
121<!--End of Navigation Panel-->
122<ADDRESS>
123See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.
124</ADDRESS>
125</BODY>
126</HTML>