| | 25 | |
|---|
| | 26 | <h3>Installation and requirements</h3> |
|---|
| | 27 | |
|---|
| | 28 | <p>Pyd requires Python 2.4 or newer and the latest version of DMD.</p> |
|---|
| | 29 | |
|---|
| | 30 | <p>At the moment, Pyd is only supported on Windows using the <a href="http://digitalmars.com/d/index.html">DMD</a> compiler. GDC support has been written, but Pyd cannot yet be compiled with GDC. Once GDC support is available, Pyd should work on Linux. Support for Derek Parnell's Build is also planned.</p> |
|---|
| | 31 | |
|---|
| | 32 | <p>Because Pyd is still in development, it is only available via Subversion. The repository is located <a href="http://svn.dsource.org/projects/pyd/trunk">here</a>.</p> |
|---|
| | 33 | |
|---|
| | 34 | <p>Pyd installs itself as a Python package called <a href="celerid.html"><code>celerid</code></a>. Once you have downloaded the "trunk" directory, simply run <code>python setup.py install</code>, and the <code>celerid</code> directory will be created in Python's site-packages directory.</p> |
|---|
| | 35 | |
|---|
| | 36 | <h3>Module basics</h3> |
|---|