jpmccu / sadi

Automatically exported from code.google.com/p/sadi
0 stars 0 forks source link

how to determine latest sadi.py? #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the best way to determine the latest version of sadi.py?

I currently use:

sudo easy_install http://sadi.googlecode.com/files/sadi-0.1.3-py2.6.egg

but would like to get the latest and greatest.

Thanks,
Tim Lebo

Original issue reported on code.google.com by tim...@gmail.com on 16 Dec 2011 at 6:36

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Assigned ownership of Python bug to Jim, but it looks like the latest version 
is sadi-0.1.4 (I assume the latest non-source version will always be the one in 
the Downloads section at http://code.google.com/p/sadi/downloads/list)

Original comment by elmccar...@gmail.com on 17 Dec 2011 at 3:59

GoogleCodeExporter commented 9 years ago
Thanks for the pointer to the downloads section. That will help. Jim, can you 
verify that the latest will be there?

Original comment by tim...@gmail.com on 17 Dec 2011 at 11:49

GoogleCodeExporter commented 9 years ago
Jim confirmed that the download section is the place to get the latest.

The following will show what version is installed.

bash-3.2$ easy_install -n sadi
Searching for sadi
Best match: sadi 0.1.2
Processing sadi-0.1.2-py2.6.egg
sadi 0.1.2 is already the active version in easy-install.pth

Using /Library/Python/2.6/site-packages/sadi-0.1.2-py2.6.egg
Processing dependencies for sadi
Finished processing dependencies for sadi

Original comment by tim...@gmail.com on 21 Dec 2011 at 5:29

GoogleCodeExporter commented 9 years ago
I'll close this issue, then.  I've added a wiki page at 
http://code.google.com/p/sadi/wiki/PythonServiceAPI where we can give this kind 
of information a more prominent home.

Original comment by elmccar...@gmail.com on 21 Dec 2011 at 5:40