Source Control Repository

If you want to be on the bleeding edge of the Enthought Tool Suite, you can check out the latest source from our github repository.

Getting the github source for all projects

Download the following Python script: https://github.com/enthought/ets/raw/master/ets.py
And run the following commands:

$ mkdir ets
$ cd ets   # and copy ets.py here
$ python ets.py clone

This will clone all ETS projects from github. Now you may run:

$ python ets.py develop

You can also check other available commands using:

$ python ets.py -h