Skip to content

Latest commit

History

History
22 lines (14 loc) 路 538 Bytes

installation.rst

File metadata and controls

22 lines (14 loc) 路 538 Bytes

Installation

The most recent release can be installed from PyPI with:

$ pip install bioregistry

The most recent code and data can be installed directly from GitHub with:

$ pip install git+https://github.com/biopragmatics/bioregistry.git

To install in development mode, use the following:

$ git clone git+https://github.com/biopragmatics/bioregistry.git
$ cd bioregistry
$ pip install -e .