Installation

A cool pool of tools for PyBEL.

Installation

Easiest

Download the latest stable code from PyPI with:

$ pip install pybel_tools

Get the Latest

Download the most recent code from GitHub with:

$ pip install git+https://github.com/pybel/pybel-tools.git

For Developers

Clone the repository from GitHub and install in editable mode with:

$ git clone https://github.com/pybel/pybel-tools.git
$ cd pybel-tools
$ pip install -e .

Caveats

PyBEL Tools contains many dependencies, including the scientific Python Stack (numpy, scipy, etc.). This makes installation difficult for Windows users, for whom Python cannot easily build C extensions. We recommend using an Anaconda distribution of Python, which includes these precompiled.

Testing

PyBEL-Tools is tested on Python3 on Linux on Travis CI.