client_CLI_install.md
... ...
@@ -21,9 +21,6 @@ A GUI version is also available for MacOS / OSX - [installation instructions can
21 21
**For large packages (R, Bioconductor), a wired connection is recommended.**
22 22
Some packages are quite large and can be slow to download, especially over WiFi.
23 23
24
-**pip**
25
- pip is a package management system used to install and manage software packages written in Python. The software installation client is installable by pip. This may not be on you machine by default, instructions for adding it are included here.
26
-
27 24
### Binary releases : MacOS and Linux Installation
28 25
29 26
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.
... ...
@@ -59,69 +56,8 @@ A GUI version is also available for MacOS / OSX - [installation instructions can
59 56
biogrids: error: too few arguments
60 57
```
61 58
62
-### pip - Mac Installation
63
-
64
- 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.
65
-
66
- $ sudo easy_install pip
67
-
68
-###pip - Linux Installation
69
-
70
- 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/)
71
-
72
-## CLI client - Installation and activation
73
-**1. Download the latest BioGrids installation client from here.**
74
-
75
-[Latest build : 1.0.694, 2018-03-22](downloads/biogrids-1.0.694-py2-none-any.whl)
76
-
77
-**2. Install / Upgrade with pip**
78
-
79
- $ sudo pip install biogrids-1.0.694-py2-none-any.whl
80
-
81
- Which should produce output similar to :
82
-
83
-```
84
-Unpacking ./biogrids-1.0.694-py2-none-any.whl
85
-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)
86
-Downloading/unpacking requests (from BioGrids-Installer==1.0b2.dev412)
87
- Downloading requests-2.11.1.tar.gz (485kB): 485kB downloaded
88
- Running setup.py egg_info for package requests
89
-
90
- warning: no files found matching 'test_requests.py'
91
-Installing collected packages: BioGrids-Installer, requests
92
- Running setup.py install for requests
93
-
94
- warning: no files found matching 'test_requests.py'
95
-Successfully installed BioGrids-Installer requests
96
-Cleaning up...
97
-```
98
-
99
-The *biogrids* command will produce this usage info :
100
-
101
- $ biogrids
102
-
103
-```
104
-usage:
105
-biogrids <command> [<command_args>]
106
-
107
-Available commands are:
108
- activate Activate new installation
109
- list List available packages
110
- info Print package metadata
111
- install Install single package
112
- install-all Install all packages from collection
113
- installed List installed packages
114
- remove Remove installed package
115
- resume Resume interrupted installations
116
- upgrades List available upgrades for installed packages
117
- upgrade Upgrade package to latest version
118
- upgrade-all Upgrade all packages to latest version
119
- version Print package version string
120
-biogrids: error: too few arguments
121
-
122
-```
123 59
124
-**4. Activate the installation**
60
+** Activate the installation**
125 61
Enter your site and key which you should have received these by email.
126 62
127 63
$ biogrids activate <site name> <user name> <activation key>