Skip to content

Commit

Permalink
instllation added
Browse files Browse the repository at this point in the history
  • Loading branch information
htahir1 committed Jan 31, 2021
1 parent 86443a5 commit 705fc5c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

<p align="center">
<a href="#quickstart">Quickstart</a> •
<a href="#installation">Installation</a> •
<a href="https://github.com/ebhy/budgetml/discussions">Community</a> •
<a href="https://github.com/ebhy/budgetml/docs">Docs</a>
</p>
Expand Down Expand Up @@ -61,6 +62,18 @@ memory intense tasks like ML model inference functions. See the following price

Even with the lowest machine_type, there is a $46/month savings, and with the highest configuration this is $370/month savings!

## Installation
BudgetML is available for easy installation into your environment via PyPI:
```bash
pip install budgetml
```
Alternatively, if you’re feeling brave, feel free to install the bleeding edge:

**NOTE:** Do so on your own risk, no guarantees given!
```bash
pip install git+https://github.com/ebhy/budgetml.git@main --upgrade
```

## Quickstart
BudgetML aims for as simple a process as possible. First set up a predictor:

Expand Down

0 comments on commit 705fc5c

Please sign in to comment.