Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 613 Bytes

guide-quickstart.rst

File metadata and controls

24 lines (15 loc) · 613 Bytes

Quickstart

Installation

$ pip install bioframe

To install the latest development version of bioframe from github, first make a local clone of the github repository:

$ git clone https://github.com/open2c/bioframe

Then, compile and install bioframe in development mode. This installs the package without moving it to a system folder, and thus allows for testing changes to the python code on the fly.

$ cd bioframe
$ pip install -e ./