File: guide-quickstart.rst

package info (click to toggle)
python-bioframe 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,280 kB
  • sloc: python: 7,459; makefile: 14; sh: 13
file content (24 lines) | stat: -rw-r--r-- 613 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Quickstart
==========

Installation
------------

::

    $ pip install bioframe

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

.. code-block:: bash

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

Then, compile and install `bioframe` in
`development mode <https://setuptools.readthedocs.io/en/latest/setuptools.html#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.

.. code-block:: bash

    $ cd bioframe
    $ pip install -e ./