<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<title>Source :: Enthought, Inc.</title>

	<?php include("../inc/document-head.php") ?>
    <meta name="keywords" content="" />
	<meta name="description" content="How to get source code for Enthought's open source Python software." />

	<style type="text/css">
	/* URHERE: top nav tab*/
	a.nav3, a.nav3:visited  { background: url('../img/nav_sourceOn.png') no-repeat;}
	a.nav3:hover 			{ background: url('../img/nav_sourceOn.png') no-repeat !important; }

	/* URHERE: left nav hilight */
	a.navitem1, a.navitem1:visited, a.navitem1:hover  { font-weight: bold; color: #333333 !important; }
        pre { background-color: #c6edff; };
	</style>
</head>
<body>

<?php include("../inc/banner.php") ?>
<?php include("../inc/nav-source.php") ?>

<div id="main-content">
<!-- START MAIN CONTENT -->

<h1>Source Control Repository<a name="SVN" id="SVN"></a></h1>

<p>If you want to be on the bleeding edge of the Enthought Tool Suite, you can
check out the latest source from our
<a href="https://github.com/enthought">github repository</a>.

<h2>Getting the github source for all projects</h2>
<p>
  Download the following Python script:
  <a href="https://github.com/enthought/ets/raw/master/ets.py">
    https://github.com/enthought/ets/raw/master/ets.py</a><br />
  And run the following commands:
</p>
<pre>
$ mkdir ets
$ cd ets   # and copy ets.py here
$ python ets.py clone
</pre>
<p>
  This will clone all ETS projects from github.  Now you may run:
</p>
<pre>
$ python ets.py develop
</pre>
<p>
  You can also check other available commands using:
</p>
<pre>
$ python ets.py -h
</pre>

<!-- END MAIN CONTENT -->
</p>
</div>
</div>

<?php include("../inc/footer.php") ?>
