client_CLI_install.md
... ...
@@ -27,14 +27,14 @@ A GUI version is also available for MacOS / OSX - [installation instructions can
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.660, 2017-05-15](downloads/biogrids-1.0.660-Darwin.tgz)
30
+ [Mac : 1.0.694, 2018-03-22](downloads/biogrids-1.0.694-Darwin.tgz)
31 31
32
- [Linux : 1.0.660, 2017-05-15](downloads/biogrids-1.0.660-Linux.tgz)
32
+ [Linux : 1.0.694, 2018-03-22](downloads/biogrids-1.0.694-Linux.tgz)
33 33
34 34
```
35
- $ tar -zxf biogrids-1.0.660-Darwin.tgz
35
+ $ tar -zxf biogrids-1.0.694-Darwin.tgz
36 36
37
- $ cd biogrids-1.0.660-Darwin
37
+ $ cd biogrids-1.0.694-Darwin
38 38
39 39
$ ./biogrids
40 40
usage:
... ...
@@ -71,16 +71,16 @@ A GUI version is also available for MacOS / OSX - [installation instructions can
71 71
## CLI client - Installation and activation
72 72
**1. Download the latest BioGrids installation client from here.**
73 73
74
-[Latest build : 1.0.660, 2017-10-10](downloads/BioGrids_Installer-1.0.660-py2-none-any.whl)
74
+[Latest build : 1.0.694, 2018-03-22](downloads/BioGrids_Installer-1.0.694-py2-none-any.whl)
75 75
76 76
**2. Install / Upgrade with pip**
77 77
78
- $ sudo pip install biogrids-1.0.660-py2-none-any.whl
78
+ $ sudo pip install biogrids-1.0.694-py2-none-any.whl
79 79
80 80
Which should produce output similar to :
81 81
82 82
```
83
-Unpacking ./biogrids-1.0.660-py2-none-any.whl
83
+Unpacking ./biogrids-1.0.694-py2-none-any.whl
84 84
Requirement already satisfied (use --upgrade to upgrade): pyasn1 in /nfs/programs-dev/i386-mac/python/2.7.5/lib/python2.7/site-packages (from BioGrids-Installer==1.0.488)
85 85
Downloading/unpacking requests (from BioGrids-Installer==1.0b2.dev412)
86 86
Downloading requests-2.11.1.tar.gz (485kB): 485kB downloaded