Skip to content
Paolo Cozzi edited this page Nov 9, 2016 · 1 revision

Install

Installing from GitHub repository

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

Installing using pip

You can install pyEnsemblRest using pip, The PyPA recommended tool for installing Python packages.

$ pip install pyensemblrest