client_CLI_install.md
... ...
@@ -27,14 +27,14 @@ The SBGrid installation client requires an individual account. To get started, f
27 27
28 28
There is minimal installation needed for these binaries. They can be run from any location. Untar the archive, make the file executable if necessary, and run from your preferred location.
29 29
30
-[Mac : 1.0.555, 2017-06-21](downloads/sbgrid-1.0.555-Darwin.tgz)
30
+[Mac : 1.0.660, 2017-06-21](downloads/sbgrid-1.0.660-Darwin.tgz)
31 31
32
-[Linux : 1.0.555, 2017-06-21](downloads/sbgrid-1.0.555-Linux.tgz)
32
+[Linux : 1.0.660, 2017-06-21](downloads/sbgrid-1.0.660-Linux.tgz)
33 33
34 34
```
35
-$ tar -zxf sbgrid-1.0.555-Darwin.tgz
35
+$ tar -zxf sbgrid-1.0.660-Darwin.tgz
36 36
37
-$ cd sbgrid-1.0.555-Darwin
37
+$ cd sbgrid-1.0.660-Darwin
38 38
39 39
$ ./sbgrid
40 40
usage:
... ...
@@ -71,7 +71,7 @@ sbgrid: error: too few arguments
71 71
## CLI client - Installation and activation
72 72
**1. Download the latest SBGrid installation client from here.**
73 73
74
-[Latest build : 1.0.555, 2017-06-21](downloads/sbgrid-1.0.555-py2-none-any.whl)
74
+[Latest build : 1.0.660, 2017-06-21](downloads/sbgrid-1.0.660-py2-none-any.whl)
75 75
76 76
**2. Install / Upgrade with pip**
77 77
client_install.md
... ...
@@ -28,7 +28,7 @@ Usage info for the GUI and command line clients can be found here : [GUI Usage](
28 28
29 29
**1. Download the latest SBGrid installation client from here.**
30 30
31
- [Latest build : 1.0.555, 2017-06-21](downloads/SBGrid_Installer-1.0.555.dmg)
31
+ [Latest build : 1.0.660, 2017-06-21](downloads/SBGrid_Installer-1.0.660.dmg)
32 32
33 33
**2. Mount the .dmg disk image on your Mac.** Copy the 'SBGrid installer.app' to a convenient location - it does not need to be in /Applications. The .app bundle can be run directly from the mounted dmg image with no installation if desired.
34 34