client_CLI_install.md
... ...
@@ -46,14 +46,14 @@ The SBGrid installation client requires an individual account. To get started, f
46 46
### Binary releases
47 47
Binary releases of the install client are recommended - there is minimal installation needed for these binaries and they can be run from any location with no dependencies. Untar the archive, make the file executable if necessary, and run from your preferred location.
48 48
49
-[Mac : 1.0.660, 2017-10-10](downloads/sbgrid-1.0.660-Darwin.tgz)
49
+[Mac : 1.0.694, 2018-03-21](downloads/sbgrid-1.0.694-Darwin.tgz)
50 50
51
-[Linux : 1.0.660, 2017-10-10](downloads/sbgrid-1.0.660-Linux.tgz)
51
+[Linux : 1.0.694, 2018-03-21](downloads/sbgrid-1.0.694-Linux.tgz)
52 52
53 53
```
54
-$ tar -zxf sbgrid-1.0.660-Darwin.tgz
54
+$ tar -zxf sbgrid-1.0.694-Darwin.tgz
55 55
56
-$ cd sbgrid-1.0.660-Darwin
56
+$ cd sbgrid-1.0.694-Darwin
57 57
58 58
$ ./sbgrid
59 59
usage:
... ...
@@ -100,14 +100,14 @@ sbgrid: error: too few arguments
100 100
### Installation using pip
101 101
On CentOS6, you can install pip from the EPEL repository (yum -y install python-pip) or as [per these directions](https://pip.pypa.io/en/stable/installing/)
102 102
103
-[Latest build : 1.0.660, 2017-10-10](downloads/sbgrid-1.0.660-py2-none-any.whl)
103
+[Latest build : 1.0.694, 2018-03-21](downloads/sbgrid-1.0.694-py2-none-any.whl)
104 104
105
- $ sudo pip install SBGrid_Installer-1.0.660-py2-none-any.whl
105
+ $ sudo pip install SBGrid_Installer-1.0.694-py2-none-any.whl
106 106
107 107
Which should produce output similar to :
108 108
109 109
```
110
-Unpacking ./SBGrid_Installer-1.0.660-py2-none-any.whl
110
+Unpacking ./SBGrid_Installer-1.0.694-py2-none-any.whl
111 111
Requirement already satisfied (use --upgrade to upgrade): pyasn1 in /nfs/programs-dev/i386-mac/python/2.7.5/lib/python2.7/site-packages (from SBGrid-Installer==1.0.488)
112 112
Downloading/unpacking requests (from SBGrid-Installer==1.0b2.dev412)
113 113
Downloading requests-2.11.1.tar.gz (485kB): 485kB downloaded
downloads/SBGrid_Installer-1.0.694.dmg
... ...
Binary files /dev/null and b/downloads/SBGrid_Installer-1.0.694.dmg differ
downloads/sbgrid-1.0.694-Darwin.tgz
... ...
Binary files /dev/null and b/downloads/sbgrid-1.0.694-Darwin.tgz differ
downloads/sbgrid-1.0.694-Linux.tgz
... ...
Binary files /dev/null and b/downloads/sbgrid-1.0.694-Linux.tgz differ
downloads/sbgrid-1.0.694-py2-none-any.whl
... ...
Binary files /dev/null and b/downloads/sbgrid-1.0.694-py2-none-any.whl differ