client_CLI_install.md
... ...
@@ -28,6 +28,7 @@ The SBGrid installation client requires an individual account. To get started, f
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 30
[Mac : 1.0.518, 2017-05-15](downloads/sbgrid-1.0.518-Darwin.tgz)
31
+
31 32
[Linux : 1.0.518, 2017-05-15](downloads/sbgrid-1.0.518-Linux.tgz)
32 33
33 34
```
... ...
@@ -57,20 +58,20 @@ Available commands are:
57 58
sbgrid: error: too few arguments
58 59
```
59 60
60
-### pip - Mac Installation
61
+### Install python wheel using **pip** - Mac Installation
61 62
62 63
On mac, pip is available from [macports](https://www.macports.org/), [homebrew](http://brew.sh/), and [fink](http://finkproject.org/). It also can be added using **easy_install**. easy_install will install pip into your system python.
63 64
64 65
$ sudo easy_install pip
65 66
66
-### pip - Linux Installation
67
+### Install python wheel using **pip** - Linux Installation
67 68
68 69
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/)
69 70
70 71
## CLI client - Installation and activation
71 72
**1. Download the latest SBGrid installation client from here.**
72 73
73
-[Latest build : 1.0.471, 2017-02-17](downloads/archive/SBGrid_Installer-1.0.471-py2-none-any.whl)
74
+[Latest build : 1.0.518, 2017-05-15](downloads/sbgrid-1.0.518-py2-none-any.whl)
74 75
75 76
**2. Install / Upgrade with pip**
76 77