I'm trying to install timeit but this is what I get:
$ sudo pip install timeit
Downloading/unpacking timeit
Could not find any downloads that satisfy the requirement timeit
No distributions at all found for timeit
Storing complete log in /Users/username/.pip/pip.log
timeit
is included in Python since 2.3. You shouldn't need to install it – Avellaneda