diff --git a/README.md b/README.md index 980b6eb..14002fc 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,17 @@ Bleed Orange Measure Purple project explores the potential uses and benefits of ## Prerequisites - -### Anaconda (Python Distribution) + --> + -## Dependencies + -## Installation + +## Features + +- Download data from PurpleAir sensors on the UT Austin main campus. + +## Installation + +Download the latest wheel file from the [releases](https://github.com/intelligent-environments-lab/bleed-orange-measure-purple/releases) page. + +Install the wheel using pip: +```console +pip install iel_bomp-0.2.0-py3-none-any.whl +``` + +## Usage + +The following command can be used to download data: + +```console +bomp download -s -e +bomp download --start-date --end-date +``` + +For example: +```console +bomp download -s 2021-8-1 -e 2021-8-2 +``` + + + -### src.data.* +