-
Notifications
You must be signed in to change notification settings - Fork 7
Install
Clone the pyEnsemblRest then install package from source (use sudo or became root
to install system wide):
$ git clone https://github.com/pyOpenSci/pyEnsemblRest.git
$ cd pyEnsemblRest
$ python setup.py install
You can install pyEnsemblRest using pip
, The PyPA recommended tool for installing Python packages.
$ pip install pyensemblrest
pyEnsemblRest - A wrapper for the EnsEMBL REST API
Copyright (C) 2013-2016, Steve Moss
pyEnsemblRest is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
pyEnsemblRest is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with pyEnsemblRest. If not, see http://www.gnu.org/licenses/.