Metadata-Version: 2.1
Name: bi1x
Version: 0.0.14
Summary: Python utilities for the Caltech course Bi 1x: The Great Ideas of Biology
Home-page: https://github.com/justinbois/bi1x
Download-URL: https://github.com/justinbois/bi1x/tarball/0.0.14
Author: Justin Bois
Author-email: bois@caltech.edu
License: BSD
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
License-File: LICENSE.md
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: bokeh
Requires-Dist: scikit-image
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: numba

# bi1x

Utilities Caltech Bi 1x: The Great Ideas of Biology: Exploration through Experimentation


## Installation / Usage

To install use pip:

    pip install bi1x


Or clone the repo:

    git clone https://github.com/justinbois/bi1x.git
    python setup.py install
